lugano关闭跨源隔离检测
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
85ed9fd9b7
commit
6f86700dbc
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue