From 5d9936e734d81d2db9be13e2312b720c4ceadefa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E9=B8=BF?= Date: Mon, 26 May 2025 17:52:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=9F=E5=9C=B0=E5=B7=A1=E6=9F=A5=E5=8F=96?= =?UTF-8?q?=E6=B6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/router/modules/lands.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sub-government-affairs-service/src/router/modules/lands.js b/sub-government-affairs-service/src/router/modules/lands.js index a18c426..6a9057c 100644 --- a/sub-government-affairs-service/src/router/modules/lands.js +++ b/sub-government-affairs-service/src/router/modules/lands.js @@ -21,12 +21,12 @@ const landsRoutes = [ // component: () => import('@/views/landManage/component/plantPlan/index.vue'), // meta: { title: '种植计划', icon: '' }, // }, - { - path: '/sub-government-affairs-service/operationRecord', - name: 'operationRecord', - component: () => import('@/views/landManage/component/operationRecord/index.vue'), - meta: { title: '作业记录', icon: '' }, - }, + // { + // path: '/sub-government-affairs-service/operationRecord', + // name: 'operationRecord', + // component: () => import('@/views/landManage/component/operationRecord/index.vue'), + // meta: { title: '作业记录', icon: '' }, + // }, { path: '/sub-government-affairs-service/landPartol', name: 'landPartol',