From 32939a2e9d8b967fde6e71b9b501e221cf9814d1 Mon Sep 17 00:00:00 2001 From: zhouwenxuan <1175765986@qq.com> Date: 星期三, 13 十二月 2023 13:05:52 +0800 Subject: [PATCH] 样式调整,bug修复 --- src/router/index.js | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 4d25555..9a2c07b 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -73,21 +73,21 @@ component: () => import('@/views/safetyReview/baseSet/area/index.vue'), hidden: true }, + // { + // path: '', + // component: Layout, + // redirect: '/index', + // children: [ + // { + // path: '/index', + // component: () => import('@/views/index'), + // name: 'Index', + // meta: { title: '首页',icon: 'form', affix: true } + // } + // ] + // }, { path: '', - component: Layout, - redirect: '/index', - children: [ - { - path: '/index', - component: () => import('@/views/index'), - name: 'Index', - meta: { title: '首页',icon: 'form', affix: true } - } - ] - }, - { - path: '/institution', component: Layout, redirect: '/institution', children: [ -- Gitblit v1.9.2