From ad32b10947b4b94c058ccb9a718d362a1e58d386 Mon Sep 17 00:00:00 2001
From: lyfO_o <764716047@qq.com>
Date: 星期五, 29 四月 2022 13:09:30 +0800
Subject: [PATCH] 用户导出

---
 src/router/index.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 084971d..13fe121 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -55,11 +55,11 @@
     {
         path: '/',
         component: Layout,
-        redirect: '/workPlan/workPlan/reserve',
+        redirect: '/specialWorkManage/index/specialWorkManage/workPlan/index/specialWorkManage/workPlan/reserve',
         children: [
             {
                 path: 'dashboard',
-                component: () => import('@/views/workPlan/reserve'),
+                component: () => import('@/views/specialWorkManage/workPlan/reserve'),
                 name: 'Dashboard1',
                 meta: { title: '首页', icon: 'el-icon-dash', noCache: true, affix: true }
             }

--
Gitblit v1.9.2