Browse Source

fix: 初始化跳转外链弹窗

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 3 tháng trước cách đây
mục cha
commit
79ba071728
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  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
   return dataURL
 }
 }
 
 
+try {
+  window.JyObj.openExternalLink = function () {}
+}
+catch (error) {
+
+}
+
 // Sentry 异常监控
 // Sentry 异常监控
 initSentry(Vue)
 initSentry(Vue)