From 6f86700dbc1666a12e5a0a6e8823f24abc4be45e Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Thu, 5 Sep 2024 11:49:37 +0800 Subject: [PATCH] =?UTF-8?q?lugano=E5=85=B3=E9=97=AD=E8=B7=A8=E6=BA=90?= =?UTF-8?q?=E9=9A=94=E7=A6=BB=E6=A3=80=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms/components/DicomViewer.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/trials/trials-panel/reading/dicoms/components/DicomViewer.vue b/src/views/trials/trials-panel/reading/dicoms/components/DicomViewer.vue index 6acdf1a2..fbf9e0cc 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/DicomViewer.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/DicomViewer.vue @@ -2072,15 +2072,15 @@ export default { }, handleFusion() { // https 或者 本地开发环境才是安全上下文 - if (!window.isSecureContext) { - this.$alert(this.$t('components:uploadvideo:message:xf3')) - return - } - // 顶部文档是否开启跨源隔离 - if (!window.crossOriginIsolated) { - this.$alert(this.$t('components:uploadvideo:message:xf4')) - return - } + // if (!window.isSecureContext) { + // this.$alert(this.$t('components:uploadvideo:message:xf3')) + // return + // } + // // 顶部文档是否开启跨源隔离 + // if (!window.crossOriginIsolated) { + // this.$alert(this.$t('components:uploadvideo:message:xf4')) + // return + // } if (this.imageQualityIssues && parseInt(this.imageQualityIssues) === 6) { this.$alert(this.$t('trials:lugano:message:fusionWarn')) return