From 9991c835288f3cc02e6b57aeb067f9a1573a266b Mon Sep 17 00:00:00 2001 From: lyfO_o <764716047@qq.com> Date: 星期五, 06 五月 2022 15:18:20 +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