7.23下午更新

This commit is contained in:
hrx 2026-07-23 16:42:30 +08:00
parent 84f6eb5dd2
commit 9940350c00

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