From 9940350c00038f11cb12682fa48eb524739d92dc Mon Sep 17 00:00:00 2001 From: hrx <18603305412@163.com> Date: Thu, 23 Jul 2026 16:42:30 +0800 Subject: [PATCH] =?UTF-8?q?7.23=E4=B8=8B=E5=8D=88=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- f/web-kboss/src/views/homePage/components/topBox/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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