From 00b5f46d8d66d3f829b297396750753735a40883 Mon Sep 17 00:00:00 2001 From: duan Date: Wed, 3 Aug 2022 21:31:39 +0800 Subject: [PATCH] =?UTF-8?q?fix(src/router/modules/user.js):=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E9=87=8D=E5=A4=8Dpath=20/gotohome?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/modules/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/modules/user.js b/src/router/modules/user.js index 12e6dad..4d42590 100644 --- a/src/router/modules/user.js +++ b/src/router/modules/user.js @@ -36,7 +36,7 @@ const userRouter = [ ] }, { - path: '/gotohome', + path: '/user/gotohome', redirect: '/home', meta: { title: '返回主页', icon: 'el-icon-arrow-left', classification: 'user' } }