Compare commits

..

No commits in common. "50b8b66a9715d2b5f1f646e930023559e95cbf7f" and "f18655e3f7fbf5b9c7041175a433701e7f12be21" have entirely different histories.

View File

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