Compare commits

..

No commits in common. "921adcdb2bb69160a9bd8a51afc68a875e8deb97" and "3afe8b8f7e8377cfd91887826dfc451824507401" have entirely different histories.

View File

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