From 89d3b76e1bfc98f9cfd5ac920aaa11c904ab2203 Mon Sep 17 00:00:00 2001 From: wang Date: Thu, 11 Jun 2026 10:31:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B0=91=E6=84=8F=E9=A6=96=E9=A1=B5=E9=80=BB?= =?UTF-8?q?=E8=BE=91=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- smart-flow-web/src/constants/system/home-const.js | 4 ++-- smart-flow-web/src/router/system/home.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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,