@@ -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 {