@ -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: {