main #146

Merged
charles merged 3 commits from main into prod 2026-07-23 16:49:25 +08:00
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
},
isNcmatchDomain() {
return window.location.hostname.includes('ncmatch.cn')
return window.location.hostname.includes('ncmatch.cn') || window.location.hostname.includes('zgcopc.opencomputing.cn')
},
isActiveHome() {
return this.isNcmatchDomain