Compare commits

...

3 Commits

Author SHA1 Message Date
eee68c844f Merge pull request 'main' (#51) from main into prod
Reviewed-on: #51
2025-11-26 17:09:13 +08:00
hrx
921adcdb2b updata 2025-11-26 17:04:21 +08:00
hrx
7cd64daeac updata 2025-11-26 17:03:50 +08:00

View File

@ -18,12 +18,12 @@ export function getHomePath() {
!url_link.includes('/domain/')) {
if (domain_url.includes('ncmatch') || domain_url.includes('9527')) {
homePath = '/homePage/index'
homePath = '/ncmatchHome/index'
} else if (domain_url.includes('kaiyuancloud') || domain_url.includes('opencomputing') || domain_url.includes('localhost')) {
homePath = '/homePage/index'
}
}else if(url_link.includes('ncmatch')){
homePath = '/homePage/index'
homePath = '/ncmatchHome/index'
}else{
homePath = '/homePage/index'
}