From 969835593bd5217b223444bae71fccfdf67a2d89 Mon Sep 17 00:00:00 2001
From: songhuangfeng123 <shf18767906695@163.com>
Date: 星期一, 18 四月 2022 17:12:15 +0800
Subject: [PATCH] fix

---
 src/router/index.js |   20 +++++++++++++++++---
 1 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 282b00d..9adc9f7 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,
@@ -102,7 +116,7 @@
       {
           id: 2,
         parentId: 0,
-        path: '/safetyproduction',
+        path: '/aqscbzh',
         component: Layout,
         name: '安全生产标准化',
         meta: { title: '安全生产标准化', icon: 'el-icon-security' },

--
Gitblit v1.9.2