import Layout from '@/layouts/index.vue'; export default [ { path: '/sub-government-affairs-service/productOperateMain', name: 'productOperateMain', component: Layout, redirect: '/sub-government-affairs-service/mainHome', meta: { title: '生产经营主体', icon: 'icon-shop' }, children: [ // { // path: '/sub-government-affairs-service/mainHome', // component: () => import('@/views/productOperateMain/home/index.vue'), // name: 'mainHome', // meta: { title: '数据可视化管理', icon: '' }, // }, { path: '/sub-government-affairs-service/individual', component: () => import('@/views/productOperateMain/individual/index.vue'), name: 'individual', meta: { title: '农户', icon: '' }, }, // { // path: '/sub-government-affairs-service/collective', // component: () => import('@/views/productOperateMain/collective/index.vue'), // name: 'collective', // meta: { title: '村集体', icon: '' }, // }, { path: '/sub-government-affairs-service/coop', component: () => import('@/views/productOperateMain/coOp/index.vue'), name: 'coop', meta: { title: '农企合作社', icon: '' }, }, // { // path: '/sub-government-affairs-service/enterprise', // component: () => import('@/views/productOperateMain/enterprise/index.vue'), // name: 'enterprise', // meta: { title: '经营企业', icon: '' }, // }, // { // path: '/sub-government-affairs-service/individual', // component: () => import('@/views/productOperateMain/individual/index.vue'), // name: 'individual', // meta: { title: '个体户', icon: 'Document' }, // }, // { // path: '/sub-government-affairs-service/collective', // component: () => import('@/views/productOperateMain/collective/index.vue'), // name: 'collective', // meta: { title: '村集体', icon: 'Document' }, // }, // { // path: '/sub-government-affairs-service/coop', // component: () => import('@/views/productOperateMain/coOp/index.vue'), // name: 'coop', // meta: { title: '合作社', icon: 'Document' }, // }, // { // path: '/sub-government-affairs-service/enterprise', // component: () => import('@/views/productOperateMain/enterprise/index.vue'), // name: 'enterprise', // meta: { title: '经营企业', icon: 'Document' }, // }, { path: '/sub-government-affairs-service/examineList', component: () => import('@/views/productOperateMain/examine/list.vue'), name: 'examineList', meta: { title: '主体审核管理', icon: '' }, }, { path: '/sub-government-affairs-service/examineRecord', component: () => import('@/views/productOperateMain/examine/record.vue'), name: 'examineRecord', meta: { title: '主体审核历史', icon: '' }, }, ], }, ];