bugfix #9
@ -22,8 +22,10 @@ export function getHomePath() {
|
|||||||
} else if (domain_url.includes('kaiyuancloud') || domain_url.includes('opencomputing') || domain_url.includes('localhost')) {
|
} else if (domain_url.includes('kaiyuancloud') || domain_url.includes('opencomputing') || domain_url.includes('localhost')) {
|
||||||
homePath = '/homePage/index'
|
homePath = '/homePage/index'
|
||||||
}
|
}
|
||||||
|
}else if(url_link.includes('ncmatch')){
|
||||||
|
homePath = '/ncmatchHome/index'
|
||||||
}else{
|
}else{
|
||||||
homePath = '/homePage/index'
|
homePath = '/homePage/index'
|
||||||
}
|
}
|
||||||
// this.$message.success("homePath是"+homePath)
|
// this.$message.success("homePath是"+homePath)
|
||||||
console.log("homePath是",homePath)
|
console.log("homePath是",homePath)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user