lushuncheng 4 年之前
父节点
当前提交
6730b95bbd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/demo.html

+ 1 - 1
public/demo.html

@@ -68,7 +68,7 @@
         return null;
       }
       if (!ua) {
-        let url = "http://www.weibo.cn/demo.html"; // 要打开的 H5 页面的地址
+        let url = location.href; // 要打开的 H5 页面的地址
         let scheme = `sinaweibo://browser?url=` + encodeURIComponent(url);
         window.location.href = `https://m.weibo.cn/feature/openapp?scheme=` + encodeURIComponent(scheme);
       } else {