This commit is contained in:
木瓜一块八 2025-08-19 17:02:34 +08:00
parent cb831deeba
commit db76dd7302

View File

@ -22,6 +22,8 @@ export function getHomePath() {
} 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')){
homePath = '/ncmatchHome/index'
}else{ }else{
homePath = '/homePage/index' homePath = '/homePage/index'
} }