修改路由

This commit is contained in:
Cool 2024-07-04 13:38:42 +08:00
parent e5703d0cc2
commit f1e59b6940
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ const routes=[
component: App,
children: [
{
path: '/user',
path: 'user',
name: 'User',
component: User
}