Commit 2004408a authored by zhengke's avatar zhengke

修改

parent c43e4ec2
......@@ -3,6 +3,11 @@ const routes = [{
component: () =>
import('layouts/HomeLayout.vue'),
children: [{
path: '',
component: () =>
import('pages/Index.vue')
},
{
path: '/Index',
component: () =>
import('pages/Index.vue')
......@@ -11,6 +16,11 @@ const routes = [{
path: '/About',
component: () =>
import('pages/About.vue')
},
{
path: '/details',
component: () =>
import('pages/details.vue')
}
]
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment