From 984d5f764a461ac57f20dc1f8923268fc3eafab8 Mon Sep 17 00:00:00 2001 From: lzc Date: Mon, 3 Mar 2025 14:58:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/router/modules/annualplan.js | 8 ++++---- .../src/router/modules/lands.js | 14 +++++++------- .../src/router/modules/statistics.js | 10 +++++----- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/sub-government-affairs-service/src/router/modules/annualplan.js b/sub-government-affairs-service/src/router/modules/annualplan.js index 2d90b63..61ee2b6 100644 --- a/sub-government-affairs-service/src/router/modules/annualplan.js +++ b/sub-government-affairs-service/src/router/modules/annualplan.js @@ -2,20 +2,20 @@ import Layout from '@/layouts/index.vue'; const annualplanRoutes = [ { - path: '/annualPlan', + path: '/sub-government-affairs-service/annualPlan', name: 'annualPlan', component: Layout, - redirect: '/annualPlans', + redirect: '/sub-government-affairs-service/annualPlans', meta: { title: '年度计划', icon: 'Document' }, children: [ { - path: '/annualPlans', + path: '/sub-government-affairs-service/annualPlans', name: 'annualPlans', component: () => import('@/views/annualPlan/component/annualPlans/index.vue'), meta: { title: '年度计划', icon: 'Document' }, }, { - path: '/plantings', + path: '/sub-government-affairs-service/plantings', name: 'plantings', component: () => import('@/views/annualPlan/component/plantings/index.vue'), meta: { title: '网格种植进度', icon: 'Document' }, diff --git a/sub-government-affairs-service/src/router/modules/lands.js b/sub-government-affairs-service/src/router/modules/lands.js index a91dd01..440eb12 100644 --- a/sub-government-affairs-service/src/router/modules/lands.js +++ b/sub-government-affairs-service/src/router/modules/lands.js @@ -2,38 +2,38 @@ import Layout from '@/layouts/index.vue'; const landsRoutes = [ { - path: '/landManage', + path: '/sub-government-affairs-service/landManage', name: 'landManage', component: Layout, - redirect: '/landsManage', + redirect: '/sub-government-affairs-service/landsManage', meta: { title: '土地管理', icon: 'Document' }, children: [ { - path: '/landsManage', + path: '/sub-government-affairs-service/landsManage', name: 'landsManage', component: () => import('@/views/landManage/component/landsManage/index.vue'), meta: { title: '土地管理', icon: 'Document' }, }, { - path: '/plantPlan', + path: '/sub-government-affairs-service/plantPlan', name: 'plantPlan', component: () => import('@/views/landManage/component/plantPlan/index.vue'), meta: { title: '种植规划', icon: 'Document' }, }, { - path: '/landPartol', + path: '/sub-government-affairs-service/landPartol', name: 'landPartol', component: () => import('@/views/landManage/component/landPartol/index.vue'), meta: { title: '土地巡查', icon: 'Document' }, }, { - path: '/illegalHandle', + path: '/sub-government-affairs-service/illegalHandle', name: 'illegalHandle', component: () => import('@/views/landManage/component/illegalHandle/index.vue'), meta: { title: '土地违法处理', icon: 'Document' }, }, { - path: '/operationRecord', + path: '/sub-government-affairs-service/operationRecord', name: 'operationRecord', component: () => import('@/views/landManage/component/operationRecord/index.vue'), meta: { title: '作业记录', icon: 'Document' }, diff --git a/sub-government-affairs-service/src/router/modules/statistics.js b/sub-government-affairs-service/src/router/modules/statistics.js index 16c2a03..3982a11 100644 --- a/sub-government-affairs-service/src/router/modules/statistics.js +++ b/sub-government-affairs-service/src/router/modules/statistics.js @@ -2,26 +2,26 @@ import Layout from '@/layouts/index.vue'; const statisticsRoutes = [ { - path: '/statistics', + path: '/sub-government-affairs-service/statistics', name: 'statistics', component: Layout, - redirect: '/utilizePlan', + redirect: '/sub-government-affairs-service/utilizePlan', meta: { title: '统计分析', icon: 'Document' }, children: [ { - path: '/utilizePlan', + path: '/sub-government-affairs-service/utilizePlan', name: 'utilizePlan', component: () => import('@/views/statistics/component/utilizePlan/index.vue'), meta: { title: '土地利用与规划分析', icon: 'Document' }, }, { - path: '/agriculture', + path: '/sub-government-affairs-service/agriculture', name: 'agriculture', component: () => import('@/views/statistics/component/agriculture/index.vue'), meta: { title: '农业生产效率分析', icon: 'Document' }, }, { - path: '/environment', + path: '/sub-government-affairs-service/environment', name: 'environment', component: () => import('@/views/statistics/component/environment/index.vue'), meta: { title: '环境影响与经济效益分析', icon: 'Document' },