80 lines
3.0 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-03-10 17:32:40 +08:00
meta: { title: '生产经营主体', icon: 'icon-shop' },
2025-03-10 09:05:01 +08:00
children: [
2025-03-11 15:58:05 +08:00
{
2025-03-12 09:46:15 +08:00
path: '/sub-government-affairs-service/mainHome',
2025-03-11 15:58:05 +08:00
component: () => import('@/views/productOperateMain/home/index.vue'),
2025-03-12 09:46:15 +08:00
name: 'mainHome',
2025-05-12 17:46:49 +08:00
meta: { title: '数据可视化管理', icon: '' },
2025-03-11 15:58:05 +08:00
},
2025-03-10 09:05:01 +08:00
{
path: '/sub-government-affairs-service/individual',
component: () => import('@/views/productOperateMain/individual/index.vue'),
name: 'individual',
2025-05-12 17:46:49 +08:00
meta: { title: '个体户', icon: '' },
2025-03-10 09:05:01 +08:00
},
{
path: '/sub-government-affairs-service/collective',
component: () => import('@/views/productOperateMain/collective/index.vue'),
name: 'collective',
2025-05-12 17:46:49 +08:00
meta: { title: '村集体', icon: '' },
2025-03-10 09:05:01 +08:00
},
{
path: '/sub-government-affairs-service/coop',
component: () => import('@/views/productOperateMain/coOp/index.vue'),
name: 'coop',
2025-05-12 17:46:49 +08:00
meta: { title: '合作社', icon: '' },
},
2025-03-10 17:32:40 +08:00
{
path: '/sub-government-affairs-service/enterprise',
component: () => import('@/views/productOperateMain/enterprise/index.vue'),
name: 'enterprise',
2025-05-12 17:46:49 +08:00
meta: { title: '经营企业', icon: '' },
2025-03-10 17:32:40 +08:00
},
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-03-10 17:32:40 +08:00
{
path: '/sub-government-affairs-service/examineList',
component: () => import('@/views/productOperateMain/examine/list.vue'),
name: 'examineList',
2025-05-12 17:46:49 +08:00
meta: { title: '主体审核管理', icon: '' },
2025-03-10 17:32:40 +08:00
},
{
path: '/sub-government-affairs-service/examineRecord',
component: () => import('@/views/productOperateMain/examine/record.vue'),
name: 'examineRecord',
2025-05-12 17:46:49 +08:00
meta: { title: '主体审核历史', icon: '' },
2025-03-10 17:32:40 +08:00
},
2025-03-10 09:05:01 +08:00
],
},
];