Commit af8a4247 by yuwen

update

parent 913333c4
// 导入页面名称 // 导入页面名称
import Index from '@/pages/index.vue' import Index from '@/pages/index.vue'
// 六年级菊园学子画像
import sixthForm from '@/pages/sixthFormStudent.vue'
export default [ export default [
{ {
...@@ -9,5 +11,9 @@ export default [ ...@@ -9,5 +11,9 @@ export default [
{ {
path: '/index', path: '/index',
component: Index component: Index
},
{
path: '/sixthForm',
component: sixthForm
} }
] ]
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