lugano关闭跨源隔离检测
continuous-integration/drone/push Build is passing Details

uat_us
caiyiling 2024-09-05 11:49:37 +08:00
parent 85ed9fd9b7
commit 6f86700dbc
1 changed files with 9 additions and 9 deletions

View File

@ -2072,15 +2072,15 @@ export default {
}, },
handleFusion() { handleFusion() {
// https // https
if (!window.isSecureContext) { // if (!window.isSecureContext) {
this.$alert(this.$t('components:uploadvideo:message:xf3')) // this.$alert(this.$t('components:uploadvideo:message:xf3'))
return // return
} // }
// // //
if (!window.crossOriginIsolated) { // if (!window.crossOriginIsolated) {
this.$alert(this.$t('components:uploadvideo:message:xf4')) // this.$alert(this.$t('components:uploadvideo:message:xf4'))
return // return
} // }
if (this.imageQualityIssues && parseInt(this.imageQualityIssues) === 6) { if (this.imageQualityIssues && parseInt(this.imageQualityIssues) === 6) {
this.$alert(this.$t('trials:lugano:message:fusionWarn')) this.$alert(this.$t('trials:lugano:message:fusionWarn'))
return return