From 31ab2edfa500364818d2cc2c30acc1f4ae5b8dac Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期二, 20 八月 2024 17:25:30 +0800 Subject: [PATCH] bug修改 --- src/router/index.js | 15 +++++++++++---- 1 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index ba0aad7..a3afac9 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -209,15 +209,15 @@ ] }, { - path: '/homePage', + path: '/homePageIndex', component: Layout, - redirect: '/homePage', + redirect: '/homePageIndex', meta: { title: '首页'}, children: [ { - path: 'homePage', + path: 'homePageIndex', component: () => import('@/views/hazardousChemicals/homePage/index.vue'), - name: 'homePage', + name: 'homePageIndex', meta: { title: '工作台',icon: 'form'} }, ] @@ -252,6 +252,13 @@ name: 'department', meta: { title: '部门管理',icon: 'form'} }, + { + path: 'config', + component: () => import('@/views/hazardousChemicals/systemManage/config/index.vue'), + name: 'config', + meta: { title: '企业配置',icon: 'form'} + }, + ] }, -- Gitblit v1.9.2