Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
@@ -51,6 +51,13 @@ Vue.prototype.$getBase64Image = (img) => {
return dataURL
}
+try {
+ window.JyObj.openExternalLink = function () {}
+}
+catch (error) {
+
// Sentry 异常监控
initSentry(Vue)