From b653e6a28b4023beff93df738b5cc9815c63891b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9A=E4=BF=8A=E6=97=AD?= <398847134@qq.com> Date: Thu, 22 May 2025 10:08:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E5=9C=9F=E5=9C=B0=E4=BA=A4?= =?UTF-8?q?=E6=98=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/ecommerce/components/leftMenu.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub-operation-service/src/views/ecommerce/components/leftMenu.vue b/sub-operation-service/src/views/ecommerce/components/leftMenu.vue index 4b2880e..3cd6bf4 100644 --- a/sub-operation-service/src/views/ecommerce/components/leftMenu.vue +++ b/sub-operation-service/src/views/ecommerce/components/leftMenu.vue @@ -25,7 +25,7 @@ const leftMenu = reactive([ { name: 'agricultural', title: '农资交易', icon: 'menu2.png', path: '/sub-operation-service/ecommerce-agricultural' }, { name: 'supplier', title: '供应商服务', icon: 'menu1.png', path: '/sub-operation-service/ecommerce-supplier' }, { name: 'purchaser', title: '采购商服务', icon: 'menu3.png', path: '/sub-operation-service/ecommerce-purchaser' }, - { name: 'land', title: '土地交易', icon: 'menu4.png', path: '/sub-operation-service/ecommerce-land' }, + // { name: 'land', title: '土地交易', icon: 'menu4.png', path: '/sub-operation-service/ecommerce-land' }, ]); let currentIndex = ref(0);