diff --git a/sub-operation-service/components.d.ts b/sub-operation-service/components.d.ts index ea452bb..32f9580 100644 --- a/sub-operation-service/components.d.ts +++ b/sub-operation-service/components.d.ts @@ -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'] diff --git a/sub-operation-service/src/layouts/component/Header/index.vue b/sub-operation-service/src/layouts/component/Header/index.vue index eb9ce77..c586fc3 100644 --- a/sub-operation-service/src/layouts/component/Header/index.vue +++ b/sub-operation-service/src/layouts/component/Header/index.vue @@ -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',