mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-26 17:21:53 +08:00
fix: router
This commit is contained in:
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…
Reference in New Issue
Block a user