From f05f06133d6ab1f0fd448d0848222bc65e6e236f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E9=B8=BF?= Date: Sun, 15 Jun 2025 20:43:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E4=B8=9A=E8=BF=90=E8=90=A5=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=E5=86=9C=E4=BA=8B=E6=9C=8D=E5=8A=A1=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sub-operation-service/components.d.ts | 1 + .../src/layouts/component/Header/index.vue | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) 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',