fix: router

plp
xingyu 4 years ago
parent 404ac293cb
commit 882bbb2187

@ -43,7 +43,7 @@ const loginOut = () => {
.catch(() => {})
}
const toProfile = async () => {
push('/user/profile')
push('/userinfo/profile')
}
const toDocument = () => {
window.open('https://doc.iocoder.cn/')

@ -41,7 +41,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
]
},
{
path: '/user',
path: '/userinfo',
component: Layout,
name: 'UserInfo',
meta: {

Loading…
Cancel
Save