From 29f79ffbde54016168714b02cd1c77b464bf229a Mon Sep 17 00:00:00 2001
From: lyfO_o <764716047@qq.com>
Date: Fri, 29 Apr 2022 16:53:21 +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