This commit is contained in:
hrx 2025-11-26 17:03:50 +08:00
parent f1a7dcc0e2
commit 7cd64daeac

View File

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