diff --git a/f/web-kboss/src/views/setting/tools.js b/f/web-kboss/src/views/setting/tools.js index 966db6d..be6735a 100644 --- a/f/web-kboss/src/views/setting/tools.js +++ b/f/web-kboss/src/views/setting/tools.js @@ -18,12 +18,12 @@ export function getHomePath() { !url_link.includes('/domain/')) { if (domain_url.includes('ncmatch') || domain_url.includes('9527')) { - homePath = '/homePage/index' + homePath = '/ncmatchHome/index' } else if (domain_url.includes('kaiyuancloud') || domain_url.includes('opencomputing') || domain_url.includes('localhost')) { homePath = '/homePage/index' } }else if(url_link.includes('ncmatch')){ - homePath = '/homePage/index' + homePath = '/ncmatchHome/index' }else{ homePath = '/homePage/index' }