bugfix
This commit is contained in:
parent
cb831deeba
commit
db76dd7302
@ -22,8 +22,10 @@ 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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user