fix(src/router/modules/user.js): 修改重复path /gotohome

duizhaopin_ui
duan 3 years ago
parent 4b810dfc66
commit 00b5f46d8d

@ -36,7 +36,7 @@ const userRouter = [
] ]
}, },
{ {
path: '/gotohome', path: '/user/gotohome',
redirect: '/home', redirect: '/home',
meta: { title: '返回主页', icon: 'el-icon-arrow-left', classification: 'user' } meta: { title: '返回主页', icon: 'el-icon-arrow-left', classification: 'user' }
} }

Loading…
Cancel
Save