Browse Source

fix: 初始化跳转外链弹窗

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 3 months ago
parent
commit
79ba071728
1 changed files with 7 additions and 0 deletions
  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)