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);