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