Compare commits

...

2 Commits

Author SHA1 Message Date
50b8b66a97 Merge pull request 'bugfix' (#9) from main into prod
Reviewed-on: #9
2025-08-19 17:03:53 +08:00
db76dd7302 bugfix 2025-08-19 17:02:34 +08:00

View File

@ -22,6 +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'
}