Compare commits

..

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

View File

@ -22,10 +22,8 @@ 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'
homePath = '/homePage/index'
}
// this.$message.success("homePath是"+homePath)
console.log("homePath是",homePath)