main #51

Merged
charles merged 2 commits from main into prod 2025-11-26 17:09:14 +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'
}