index.js 261 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 const familyFormRoutes = [ { path: '/family-form', name: '家庭报名表单', component: () => import('@/views/familyForm/index.vue'), meta: { title: '家庭表单录入' }, children: [] } ]; export default familyFormRoutes;