Browse Source

民意首页逻辑处理

main
wang 1 month ago
parent
commit
89d3b76e1b
  1. 4
      smart-flow-web/src/constants/system/home-const.js
  2. 2
      smart-flow-web/src/router/system/home.js

4
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';

2
smart-flow-web/src/router/system/home.js

@ -25,7 +25,7 @@ export const homeRouters = [
children: [ children: [
{ {
path: '/home', path: '/home',
name: HOME_PAGE_NAME, name: 'Home',
meta: { meta: {
title: '首页', title: '首页',
menuType: MENU_TYPE_ENUM.MENU.value, menuType: MENU_TYPE_ENUM.MENU.value,

Loading…
Cancel
Save