Compare commits
No commits in common. "eee68c844f9741caf0cde3e9161a4105aabe391b" and "3bbbc8276f5c8fdde64fae33f7a16fbf88ad6a41" have entirely different histories.
eee68c844f
...
3bbbc8276f
@ -18,12 +18,12 @@ export function getHomePath() {
|
|||||||
!url_link.includes('/domain/')) {
|
!url_link.includes('/domain/')) {
|
||||||
|
|
||||||
if (domain_url.includes('ncmatch') || domain_url.includes('9527')) {
|
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')) {
|
} 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')){
|
}else if(url_link.includes('ncmatch')){
|
||||||
homePath = '/ncmatchHome/index'
|
homePath = '/homePage/index'
|
||||||
}else{
|
}else{
|
||||||
homePath = '/homePage/index'
|
homePath = '/homePage/index'
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user