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();