浏览代码

fix: 初始化跳转外链弹窗

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 3 月之前
父节点
当前提交
79ba071728
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      apps/mobile/src/main.js

+ 7 - 0
apps/mobile/src/main.js

@@ -51,6 +51,13 @@ Vue.prototype.$getBase64Image = (img) => {
   return dataURL
 }
 
+try {
+  window.JyObj.openExternalLink = function () {}
+}
+catch (error) {
+
+}
+
 // Sentry 异常监控
 initSentry(Vue)