From 71cc4a7c66a9caa8f856edc55f16564fe2972a0a Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: 星期二, 12 十二月 2023 17:19:28 +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