From 288749e53fab602595f10a77d7efc5e4a93f41f7 Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: 星期一, 11 九月 2023 11:14:11 +0800
Subject: [PATCH] 批次/证书

---
 src/router/index.js |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 71907b6..a1c7386 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -64,14 +64,15 @@
   {
     path: '',
     component: Layout,
-    redirect: 'index',
+    // redirect: '/notCoalMine/nPeopleManage/index',
+    hidden: true,
     children: [
-      {
-        path: 'index',
-        component: () => import('@/views/index'),
-        name: 'Index',
-        meta: { title: '首页', icon: 'dashboard', affix: true }
-      }
+      // {
+      //   path: 'index',
+      //   component: () => import('@/views/index'),
+      //   name: 'Index',
+      //   meta: { title: '人员管理', icon: 'peoples', affix: true }
+      // }
     ]
   },
   {

--
Gitblit v1.9.2