Эх сурвалжийг харах

fix: 初始化跳转外链弹窗

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 3 сар өмнө
parent
commit
79ba071728

+ 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)