From f2a9d202775438089ef6a11e3934a86a2301aa5a Mon Sep 17 00:00:00 2001
From: lyfO_o <764716047@qq.com>
Date: Tue, 29 Mar 2022 14:15:16 +0800
Subject: [PATCH] 1.单位管理区分(承包商和系统管理,条件为单位名称唯一) 2.用户管理区分(承包商和系统管理)
---
src/router/index.js | 17 ++++++++++++++++-
1 files changed, 16 insertions(+), 1 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index cee1087..64bca8a 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -53,7 +53,22 @@
hidden: true
},
{
- path: '',
+ path: '/',
+ component: Layout,
+ redirect: '/doublePreventAction/doublePreventAction/riskLevelManage/index/doublePreventAction/riskLevelManage/analyseUnit/index',
+ children: [
+ {
+ path: 'dashboard',
+ component: () => import('@/views/doublePreventAction/riskLevelManage/analyseUnit/index'),
+ name: 'Dashboard1',
+ meta: { title: '首页', icon: 'el-icon-dash', noCache: true, affix: true }
+ }
+
+ ],
+ hidden: true
+ },
+ {
+ path: 'dashboard',
component: Layout,
redirect: 'dashboard',
children: [
--
Gitblit v1.9.2