From a2aa94ae99095ec3fb5c463eefca33f89fd25bca Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Tue, 05 Mar 2024 08:52:17 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
src/router/index.js | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 78fb171..1733f35 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -61,20 +61,20 @@
component: () => import('@/views/error/401'),
hidden: true
},
- {
- path: '',
- component: Layout,
- redirect: '/notCoalMine/nPeopleManage',
- hidden: true,
- children: [
+ // {
+ // path: '',
+ // component: Layout,
+ // redirect: '/notCoalMine/nPeopleManage/index',
+ // hidden: true,
+ // children: [
// {
// path: 'index',
// component: () => import('@/views/index'),
// name: 'Index',
// meta: { title: '人员管理', icon: 'peoples', affix: true }
// }
- ]
- },
+ // ]
+ // },
{
path: '/user',
component: Layout,
--
Gitblit v1.9.2