import Views from '@/layouts/Views.vue'; const annualplanRoutes = [ { path: '/sub-government-affairs-service/annualPlan', name: 'annualPlan', component: Views, redirect: '/sub-government-affairs-service/annualPlans', meta: { title: '年度种植计划', icon: '' }, children: [ // { // path: '/sub-government-affairs-service/annualPlans', // name: 'annualPlans', // component: () => import('@/views/annualPlan/component/annualPlans/index.vue'), // meta: { title: '年度种植计划', icon: '' }, // }, { path: '/sub-government-affairs-service/annualPlans', name: 'annualPlans', component: () => import('@/views/annualPlan/component/annualPlans/index.vue'), meta: { title: '年度种植计划&实际', icon: 'Memo' }, }, ], }, ]; export default annualplanRoutes;