80 lines
3.1 KiB
JavaScript
Raw Normal View History

2025-03-10 09:05:01 +08:00
import Layout from '@/layouts/index.vue';
export default [
{
path: '/sub-government-affairs-service/productOperateMain',
name: 'productOperateMain',
component: Layout,
2025-03-12 09:46:15 +08:00
redirect: '/sub-government-affairs-service/mainHome',
2025-06-09 17:00:32 +08:00
meta: { title: '农业生产经营主体管理', icon: 'icon-shop' },
2025-03-10 09:05:01 +08:00
children: [
2025-05-23 14:33:04 +08:00
// {
// path: '/sub-government-affairs-service/mainHome',
// component: () => import('@/views/productOperateMain/home/index.vue'),
// name: 'mainHome',
// meta: { title: '数据可视化管理', icon: '' },
// },
2025-03-10 09:05:01 +08:00
{
path: '/sub-government-affairs-service/individual',
component: () => import('@/views/productOperateMain/individual/index.vue'),
name: 'individual',
2025-06-05 18:02:20 +08:00
meta: { title: '农户管理', icon: '' },
2025-03-10 09:05:01 +08:00
},
2025-05-23 14:33:04 +08:00
// {
// 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',
2025-06-09 17:00:32 +08:00
meta: { title: '企业管理', icon: '' },
2025-03-10 17:32:40 +08:00
},
2025-04-11 17:32:55 +08:00
// {
2025-05-23 14:33:04 +08:00
// path: '/sub-government-affairs-service/enterprise',
// component: () => import('@/views/productOperateMain/enterprise/index.vue'),
// name: 'enterprise',
// meta: { title: '经营企业', icon: '' },
// },
// {
2025-04-11 17:32:55 +08:00
// 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' },
// },
2025-06-05 18:02:20 +08:00
// {
// path: '/sub-government-affairs-service/examineList',
// component: () => import('@/views/productOperateMain/examine/list.vue'),
// name: 'examineList',
// meta: { title: '主体审核管理', icon: '' },
// },
2025-05-23 16:58:57 +08:00
// {
// path: '/sub-government-affairs-service/examineRecord',
// component: () => import('@/views/productOperateMain/examine/record.vue'),
// name: 'examineRecord',
// meta: { title: '主体审核历史', icon: '' },
// },
2025-03-10 09:05:01 +08:00
],
},
];