更新 #145

Closed
charles wants to merge 4 commits from main into prod1
Showing only changes of commit 9940350c00 - Show all commits

View File

@ -314,7 +314,7 @@ export default Vue.extend({
return orgType !== '2' && orgType !== '3' && userId === null return orgType !== '2' && orgType !== '3' && userId === null
}, },
isNcmatchDomain() { isNcmatchDomain() {
return window.location.hostname.includes('ncmatch.cn') return window.location.hostname.includes('ncmatch.cn') || window.location.hostname.includes('zgcopc.opencomputing.cn')
}, },
isActiveHome() { isActiveHome() {
return this.isNcmatchDomain return this.isNcmatchDomain