修改路由
This commit is contained in:
parent
e5703d0cc2
commit
f1e59b6940
|
@ -13,7 +13,7 @@ const routes=[
|
||||||
component: App,
|
component: App,
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: '/user',
|
path: 'user',
|
||||||
name: 'User',
|
name: 'User',
|
||||||
component: User
|
component: User
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue