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',