提交 e0144cfd 编写于 作者: ping zhang's avatar ping zhang

测试自动打开app

上级 b9472b81
因为 它太大了无法显示 源差异 。您可以改为 查看blob
...@@ -186,6 +186,12 @@ ...@@ -186,6 +186,12 @@
}, },
mounted() { mounted() {
if (this.$rocNative.isWeb) {
import('pica-call-app').then(module => {
module.callApp();
});
// window.location.href = `picado://picahealth/${window.location.href}`;
}
this.$rocNative.appInit(); this.$rocNative.appInit();
this.isWeb = this.$rocNative.isWeb; this.isWeb = this.$rocNative.isWeb;
this.shareObj = { this.shareObj = {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册