From 69b810121de59f66d8db1147afa09f023c904a41 Mon Sep 17 00:00:00 2001 From: hrx <18603305412@163.com> Date: Thu, 23 Jul 2026 17:37:44 +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/permission.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/f/web-kboss/src/permission.js b/f/web-kboss/src/permission.js index eb51718..4b670e3 100644 --- a/f/web-kboss/src/permission.js +++ b/f/web-kboss/src/permission.js @@ -81,7 +81,7 @@ router.beforeEach(async (to, from, next) => { const hostname = window.location.hostname || ''; // 特殊处理:在 ncmatch.cn 域名下访问 /homePage/index 时重定向 - if (hostname.includes('ncmatch.cn') && to.path === '/homePage/index') { + if (hostname.includes('ncmatch.cn'||'zgcopc.opencomputing.cn') && to.path === '/homePage/index') { console.log("在 ncmatch.cn 域名下访问 /homePage/index,重定向到 /ncmatchHome/index"); next('/ncmatchHome/index'); NProgress.done(); -- 2.34.1