main #52

Merged
charles merged 16 commits from main into prod 2025-12-08 17:20:04 +08:00
Showing only changes of commit 9e1997e3f3 - Show all commits

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'
}