From ff75b055888b157f0da670ee99aa065e96b41bf8 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Thu, 07 Sep 2023 15:26:48 +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..78fb171 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -64,14 +64,15 @@
{
path: '',
component: Layout,
- redirect: 'index',
+ redirect: '/notCoalMine/nPeopleManage',
+ 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