From 5a2f90a16ea969022be66783c26178c83cfc484d Mon Sep 17 00:00:00 2001
From: songhuangfeng123 <shf18767906695@163.com>
Date: Fri, 08 Apr 2022 18:57:37 +0800
Subject: [PATCH] Merge branches 'master' and 'shf' of https://sinanoaq.cn:8888/r/ztqt into shf
---
src/router/index.js | 18 ++++++++++++++++--
1 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index dc7a871..62095f4 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -54,17 +54,31 @@
{
path: '/',
component: Layout,
- redirect: '/doublePreventAction/doublePreventAction/riskLevelManage/index/doublePreventAction/riskLevelManage/analyseUnit/index',
+ redirect: '/workPlan/workPlan/reserve',
children: [
{
path: 'dashboard',
- component: () => import('@/views/doublePreventAction/riskLevelManage/analyseUnit/index'),
+ component: () => import('@/views/workPlan/reserve'),
name: 'Dashboard1',
meta: { title: '首页', icon: 'el-icon-dash', noCache: true, affix: true }
}
],
hidden: true
},
+ // {
+ // 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,
--
Gitblit v1.9.2