diff --git a/f/web-kboss/src/views/homePage/components/topBox/index.vue b/f/web-kboss/src/views/homePage/components/topBox/index.vue index 18d37ef..bf94974 100644 --- a/f/web-kboss/src/views/homePage/components/topBox/index.vue +++ b/f/web-kboss/src/views/homePage/components/topBox/index.vue @@ -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