bugfix #9

Merged
charles merged 1 commits from main into prod 2025-08-19 17:03:53 +08:00

View File

@ -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)