From 55f821ecb4b61bda2e4308b0a04b5ec0d767b31e Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Fri, 16 Aug 2024 09:58:58 +0800
Subject: [PATCH] 修改
---
src/router/index.js | 27 ++++++++++++++-------------
1 files changed, 14 insertions(+), 13 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 71907b6..1733f35 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -61,19 +61,20 @@
component: () => import('@/views/error/401'),
hidden: true
},
- {
- path: '',
- component: Layout,
- redirect: 'index',
- children: [
- {
- path: 'index',
- component: () => import('@/views/index'),
- name: 'Index',
- meta: { title: '首页', icon: 'dashboard', affix: true }
- }
- ]
- },
+ // {
+ // 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