产业运营平台农事服务位置修改

This commit is contained in:
沈鸿 2025-06-15 20:43:59 +08:00
parent 68a889c1ed
commit f05f06133d
2 changed files with 5 additions and 4 deletions

View File

@ -7,6 +7,7 @@ export {}
declare module 'vue' {
export interface GlobalComponents {
BreadComp: typeof import('./src/components/breadComp.vue')['default']
CenterMap: typeof import('./src/components/centerMap.vue')['default']
CodeDialog: typeof import('./src/components/code-dialog/index.vue')['default']
copy: typeof import('./src/components/custom-scroll-title copy/index.vue')['default']

View File

@ -88,10 +88,6 @@ const meuns = ref([
label: '智慧种植',
path: '/sub-operation-service/smartFarm',
},
{
label: '农事服务',
path: '/sub-operation-service/farmService',
},
{
label: '电商交易',
path: '/sub-operation-service/ecommerce',
@ -108,6 +104,10 @@ const meuns = ref([
label: '仓储物流',
path: '/sub-operation-service/warehouseLogistics',
},
{
label: '农事服务',
path: '/sub-operation-service/farmService',
},
{
label: '公共品牌',
path: '/sub-operation-service/brand',