diff --git a/smart-flow-web/src/constants/system/home-const.js b/smart-flow-web/src/constants/system/home-const.js index c0c37db..17bbb53 100644 --- a/smart-flow-web/src/constants/system/home-const.js +++ b/smart-flow-web/src/constants/system/home-const.js @@ -9,7 +9,7 @@ */ //首页页面名字 -export const HOME_PAGE_NAME = 'Home'; +export const HOME_PAGE_NAME = 'SurveyDashboard'; //首页页面路径 -export const HOME_PAGE_PATH = '/home'; +export const HOME_PAGE_PATH = '/jwpy/home/dashboard'; diff --git a/smart-flow-web/src/router/system/home.js b/smart-flow-web/src/router/system/home.js index df658b7..5abd9e9 100644 --- a/smart-flow-web/src/router/system/home.js +++ b/smart-flow-web/src/router/system/home.js @@ -25,7 +25,7 @@ export const homeRouters = [ children: [ { path: '/home', - name: HOME_PAGE_NAME, + name: 'Home', meta: { title: '首页', menuType: MENU_TYPE_ENUM.MENU.value,