25 lines
845 B
JavaScript
Raw Normal View History

2025-04-27 17:27:22 +08:00
import Layout from '@/layouts/index.vue';
export default {
path: '/sub-government-affairs-service/produceGoodsMain',
name: 'produceGoodsMain',
component: Layout,
redirect: '/sub-government-affairs-service/produceGoods',
meta: { title: '产出品', icon: 'Document' },
children: [
// {
// path: '/sub-government-affairs-service/produceGoods',
// name: 'produceGoods',
// component: () => import('@/views/produceGoods/list/index.vue'),
// meta: { title: '产出品列表', icon: 'Document' },
// },
2025-04-30 08:55:53 +08:00
// {
// path: '/sub-government-affairs-service/produceGoods1',
// name: 'produceGoods1',
// component: () => import('@/views/produceGoods/test/index.vue'),
// meta: { title: '投入品监管平台', icon: 'Document' },
// },
2025-04-27 17:27:22 +08:00
],
};
// export default produceGoodsRoutes;