From db76dd7302906f708523ead92c4c1b6c240a380f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E7=93=9C=E4=B8=80=E5=9D=97=E5=85=AB?= <2523890936@qq.com> Date: Tue, 19 Aug 2025 17:02:34 +0800 Subject: [PATCH] bugfix --- f/web-kboss/src/views/setting/tools.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/f/web-kboss/src/views/setting/tools.js b/f/web-kboss/src/views/setting/tools.js index 2b6f4c0..be6735a 100644 --- a/f/web-kboss/src/views/setting/tools.js +++ b/f/web-kboss/src/views/setting/tools.js @@ -22,8 +22,10 @@ export function getHomePath() { } else if (domain_url.includes('kaiyuancloud') || domain_url.includes('opencomputing') || domain_url.includes('localhost')) { homePath = '/homePage/index' } + }else if(url_link.includes('ncmatch')){ + homePath = '/ncmatchHome/index' }else{ - homePath = '/homePage/index' + homePath = '/homePage/index' } // this.$message.success("homePath是"+homePath) console.log("homePath是",homePath)