fix: router

This commit is contained in:
xingyu
2022-07-21 11:43:35 +08:00
parent 404ac293cb
commit 882bbb2187
2 changed files with 2 additions and 2 deletions

View File

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