From c819024e241b9f7c54cc3786373ad0d2998f2190 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期五, 05 五月 2023 08:55:46 +0800
Subject: [PATCH] 修改

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

diff --git a/src/router/index.js b/src/router/index.js
index 7f0451a..258d228 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -58,14 +58,19 @@
         hidden: true
     },
     {
+        path: '/fullScreen',
+        component: () => import('@/views/doubleIndex/saftyScreen/fullScreen/index'),
+        hidden: true
+    },
+    {
         path: '/',
         component: Layout,
-        redirect: "/specialWorkManage/index/specialWorkManage/workPlan/index/specialWorkManage/workPlan/reserve",
-        // redirect: '/workPlan/workPlan/reserve',
+        // redirect: "/doublePreventAction/doublePreventAction/riskLevelManage/index/doublePreventAction/riskLevelManage/riskSourceManage/index",
+        redirect: '/safetyproduction/safetyproduction/checklist',
         children: [
             {
                 path: 'dashboard',
-                component: () => import('@/views/workPlan/reserve'),
+                component: () => import('@/views/safetyproduction/checklist'),
                 name: 'Dashboard1',
                 meta: { title: '首页', icon: 'el-icon-dash', noCache: true, affix: true }
             }

--
Gitblit v1.9.2