Browse Source

资源信息页面提交

wang_xy 2 years ago
parent
commit
8dee3afed7

+ 2 - 2
src/api/afforestation.js

@@ -3,14 +3,14 @@ import request from '@/utils/request'
 // 获取
 export function getAfforestation(year) {
   return request({
-    url: '/center-fire/VisuAfforestationController/getAfforestation?year='+year,
+    url: '/center-resources/VisuAfforestationController/getAfforestation?year='+year,
     method: 'get',
   })
 }
 // 点击左侧人员列表获取轨迹
 export function getAfforestationArea(afforestationId) {
   return request({
-    url: '/center-fire/VisuAfforestationController/getAfforestationArea?afforestationId='+afforestationId,
+    url: '/center-resources/VisuAfforestationController/getAfforestationArea?afforestationId='+afforestationId,
     method: 'get',
   })
 }

+ 2 - 2
src/api/animal.js

@@ -3,14 +3,14 @@ import request from '@/utils/request'
 // 获取初始化数据
 export function getInit() {
   return request({
-    url: '/center-fire/VisuForestAnimalController/init',
+    url: '/center-resources/VisuForestAnimalController/init',
     method: 'get',
   })
 }
 // 点击左侧动物列表
 export function selectForestAnimalListByType(type) {
   return request({
-    url: '/center-fire/VisuForestAnimalController/selectForestAnimalListByType/'+type,
+    url: '/center-resources/VisuForestAnimalController/selectForestAnimalListByType/'+type,
     method: 'get',
   })
 }

+ 16 - 16
src/api/bigdata.js

@@ -3,7 +3,7 @@ import request from '@/utils/request'
 // 事件来源,类型统计
 export function getEventSourceAndTypeStatistics(param) {
   return request({
-    url: '/center-fire/VisuForestCloudBigDataController/getEventSourceAndTypeStatistics',
+    url: '/center-resources/VisuForestCloudBigDataController/getEventSourceAndTypeStatistics',
     method: 'post',
     data: param
   })
@@ -13,7 +13,7 @@ export function getEventSourceAndTypeStatistics(param) {
 // 设备类型统计
 export function getCameaCount() {
   return request({
-    url: '/center-fire/VisuForestCloudBigDataController/getCameaCount',
+    url: '/center-resources/VisuForestCloudBigDataController/getCameaCount',
     method: 'post',
   })
 }
@@ -21,7 +21,7 @@ export function getCameaCount() {
 // 设备分布
 export function getSbfb() {
   return request({
-    url: '/center-fire/VisuForestCloudBigDataController/getSbfb',
+    url: '/center-resources/VisuForestCloudBigDataController/getSbfb',
     method: 'post',
   })
 }
@@ -29,7 +29,7 @@ export function getSbfb() {
 //林场分布统计
 export function getLcfbtj() {
   return request({
-    url: '/center-fire/VisuForestCloudBigDataController/selectBigDataFarmDeptCount',
+    url: '/center-resources/VisuForestCloudBigDataController/selectBigDataFarmDeptCount',
     method: 'post'
   })
 }
@@ -42,7 +42,7 @@ export function getQhyytj(param) {
     param = {day: myDate.getFullYear()}
   }
   return request({
-    url: '/center-fire/VisuForestCloudBigDataController/selectEventByYearGroupByFireSource',
+    url: '/center-resources/VisuForestCloudBigDataController/selectEventByYearGroupByFireSource',
     data: param,
     method: 'post'
   })
@@ -51,7 +51,7 @@ export function getQhyytj(param) {
 //重点区域
 export function getZdqy() {
   return request({
-    url: '/center-fire/VisuForestCloudBigDataController/selectBigDataImportareaDeptCount',
+    url: '/center-resources/VisuForestCloudBigDataController/selectBigDataImportareaDeptCount',
     method: 'post'
   })
 }
@@ -64,7 +64,7 @@ export function getSbsbsjsl(param) {
     param = {day: myDate.getFullYear()}
   }
   return request({
-    url: '/center-fire/VisuForestCloudBigDataController/getAIEventNum',
+    url: '/center-resources/VisuForestCloudBigDataController/getAIEventNum',
     data: param,
     method: 'post'
   })
@@ -73,7 +73,7 @@ export function getSbsbsjsl(param) {
 //珍惜古树
 export function getZxgs() {
   return request({
-    url: '/center-fire/VisuForestCloudBigDataController/selectBigDataTreesDeptCount',
+    url: '/center-resources/VisuForestCloudBigDataController/selectBigDataTreesDeptCount',
     method: 'post'
   })
 }
@@ -86,7 +86,7 @@ export function getSjqs(param) {
     param = {day: myDate.getFullYear()}
   }
   return request({
-    url: '/center-fire/VisuForestCloudBigDataController/getEventTrend',
+    url: '/center-resources/VisuForestCloudBigDataController/getEventTrend',
     data: param,
     method: 'post'
   })
@@ -95,7 +95,7 @@ export function getSjqs(param) {
 //网格分布
 export function getWgfb() {
   return request({
-    url: '/center-fire/VisuForestCloudBigDataController/selectBigDataFridDeptCount',
+    url: '/center-resources/VisuForestCloudBigDataController/selectBigDataFridDeptCount',
     method: 'post'
   })
 }
@@ -112,7 +112,7 @@ export function getTqqs(param) {
     param = {day: myDate.getFullYear() + "-" + month}
   }
   return request({
-    url: '/center-fire/VisuForestCloudBigDataController/selectBigDataByYearMonthFegin',
+    url: '/center-resources/VisuForestCloudBigDataController/selectBigDataByYearMonthFegin',
     data: param,
     method: 'post'
   })
@@ -121,7 +121,7 @@ export function getTqqs(param) {
 //网格人员
 export function getWgry() {
   return request({
-    url: '/center-fire/VisuForestCloudBigDataController/selectBigDataFridLZDeptCount',
+    url: '/center-resources/VisuForestCloudBigDataController/selectBigDataFridLZDeptCount',
     method: 'post'
   })
 }
@@ -129,7 +129,7 @@ export function getWgry() {
 //防火队
 export function getFhd() {
   return request({
-    url: '/center-fire/VisuForestCloudBigDataController/selectBigDataFireTeamDeptCount',
+    url: '/center-resources/VisuForestCloudBigDataController/selectBigDataFireTeamDeptCount',
     method: 'post'
   })
 }
@@ -137,7 +137,7 @@ export function getFhd() {
 //气象站
 export function getQxz() {
   return request({
-    url: '/center-fire/VisuForestCloudBigDataController/selectBigDataWeatherStationDeptCount',
+    url: '/center-resources/VisuForestCloudBigDataController/selectBigDataWeatherStationDeptCount',
     method: 'post'
   })
 }
@@ -150,7 +150,7 @@ export function getZhxx(param) {
     param = {day: myDate.getFullYear()}
   }
   return request({
-    url: '/center-fire/VisuForestCloudBigDataController/selectBigDataZhxx',
+    url: '/center-resources/VisuForestCloudBigDataController/selectBigDataZhxx',
     data: param,
     method: 'post'
   })
@@ -164,7 +164,7 @@ export function getRlt(param) {
     param = {day: myDate.getFullYear()}
   }
   return request({
-    url: '/center-fire/VisuForestCloudBigDataController/getHeatMap',
+    url: '/center-resources/VisuForestCloudBigDataController/getHeatMap',
     method: 'post',
     data : param
   })

+ 3 - 3
src/api/datacenter.js

@@ -3,7 +3,7 @@ import request from '@/utils/request'
 // 获取左侧菜单列表
 export function getResource() {
   return request({
-    url: '/center-fire/VisuForestDataCenterController/getResource',
+    url: '/center-resources/VisuForestDataCenterController/getResource',
     method: 'post',
   })
 }
@@ -11,7 +11,7 @@ export function getResource() {
 //点击左侧菜单列表查询落点
 export function getResourcePoint(resourceTable) {
   return request({
-    url: '/center-fire/VisuForestDataCenterController/getResourcePoint',
+    url: '/center-resources/VisuForestDataCenterController/getResourcePoint',
     method: 'post',
     data:{"resourceTable":resourceTable}
   })
@@ -19,7 +19,7 @@ export function getResourcePoint(resourceTable) {
 //点击右侧菜单列表查询落点
 export function getResourcePointByDeptId(resourceTable,deptId) {
   return request({
-    url: '/center-fire/VisuForestDataCenterController/getResourcePoint',
+    url: '/center-resources/VisuForestDataCenterController/getResourcePoint',
     method: 'post',
     data:{"resourceTable":resourceTable,"deptId":deptId}
   })

+ 2 - 2
src/api/disaster.js

@@ -3,7 +3,7 @@ import request from '@/utils/request'
 // 获取初始化数据
 export function getInit(year) {
   return request({
-    url: '/center-fire/VisuForestFireLossController/init',
+    url: '/center-resources/VisuForestFireLossController/init',
     method: 'post',
     data:{"year":year}
   })
@@ -11,7 +11,7 @@ export function getInit(year) {
 // 点击列表获取数据
 export function selectFireLoseByid(param) {
   return request({
-    url: '/center-fire/VisuForestFireLossController/selectFireLoseByid',
+    url: '/center-resources/VisuForestFireLossController/selectFireLoseByid',
     method: 'post',
     data:param
   })

+ 2 - 2
src/api/event.js

@@ -3,14 +3,14 @@ import request from '@/utils/request'
 //获取附近事件
 export function getNearEvent(longitude,latitude) {
   return request({
-    url: '/center-fire/VisuForestEventCenterController/getNearEvent?longitude='+longitude+"&latitude="+latitude,
+    url: '/center-resources/VisuForestEventCenterController/getNearEvent?longitude='+longitude+"&latitude="+latitude,
     method: 'get',
   })
 }
 //获取附近摄像头
 export function getNearCamera(longitude,latitude) {
   return request({
-    url: '/center-fire/VisuForestEventCenterController/getNearCamera?longitude='+longitude+"&latitude="+latitude+"&type=1",
+    url: '/center-resources/VisuForestEventCenterController/getNearCamera?longitude='+longitude+"&latitude="+latitude+"&type=1",
     method: 'get',
   })
 }

+ 27 - 27
src/api/forest.js

@@ -3,14 +3,14 @@ import request from '@/utils/request'
 // 左侧获取部门信息
 export function getBaseInfo() {
   return request({
-    url: '/center-fire/VisuForestCloudMapController/getBaseInfo',
+    url: '/center-resources/VisuForestCloudMapController/getBaseInfo',
     method: 'post',
   })
 }
 // 左侧获取事件信息统计
 export function getTodayEvents(param,loading) {
   return request({
-    url: '/center-fire/VisuForestCloudMapController/getTodayEvents',
+    url: '/center-resources/VisuForestCloudMapController/getTodayEvents',
     method: 'post',
     data: param,
     headers: {
@@ -21,7 +21,7 @@ export function getTodayEvents(param,loading) {
 // 左侧获取事件部门数量
 export function getDeptEventCount(param,loading) {
   return request({
-    url: '/center-fire/VisuForestCloudMapController/getDeptEventCount',
+    url: '/center-resources/VisuForestCloudMapController/getDeptEventCount',
     method: 'post',
     data: param,
     headers: {
@@ -32,7 +32,7 @@ export function getDeptEventCount(param,loading) {
 // 右侧获取天气
 export function getWeather(param) {
   return request({
-    url: '/center-fire/VisuForestCloudMapController/getWeather',
+    url: '/center-resources/VisuForestCloudMapController/getWeather',
     method: 'post',
     data: param
   })
@@ -42,7 +42,7 @@ export function getWeather(param) {
 // 右侧获取事件列表
 export function getEventList(param,loading) {
   return request({
-    url: '/center-fire/VisuForestCloudMapController/getEventList',
+    url: '/center-resources/VisuForestCloudMapController/getEventList',
     method: 'post',
     data: param,
     headers: {
@@ -53,7 +53,7 @@ export function getEventList(param,loading) {
 // 右侧获取曝光台列表
 export function getExposureStage(param,loading) {
   return request({
-    url: 'center-fire/VisuForestCloudMapController/getExposureStage',
+    url: 'center-resources/VisuForestCloudMapController/getExposureStage',
     method: 'post',
     data: param,
     headers: {
@@ -65,7 +65,7 @@ export function getExposureStage(param,loading) {
 // 获取事件详情
 export function getEventDetail(param) {
   return request({
-    url: '/center-fire/VisuForestCloudMapController/getEventDetail',
+    url: '/center-resources/VisuForestCloudMapController/getEventDetail',
     method: 'post',
     data: param
   })
@@ -73,7 +73,7 @@ export function getEventDetail(param) {
 // 获取日历颜色状态
 export function getEventByCalendar(param) {
   return request({
-    url: '/center-fire/VisuForestCloudMapController/getEventByCalendar',
+    url: '/center-resources/VisuForestCloudMapController/getEventByCalendar',
     method: 'post',
     data: param
   })
@@ -81,7 +81,7 @@ export function getEventByCalendar(param) {
 // 获取事件分类
 export function getEventByEventType(param,loading) {
   return request({
-    url: '/center-fire/VisuForestCloudMapController/getEventByEventType',
+    url: '/center-resources/VisuForestCloudMapController/getEventByEventType',
     method: 'post',
     data: param,
     headers: {
@@ -92,7 +92,7 @@ export function getEventByEventType(param,loading) {
 // 获取上报排名
 export function getEventByReportorOrder(param,loading) {
   return request({
-    url: '/center-fire/VisuForestCloudMapController/getEventByReportorOrder',
+    url: '/center-resources/VisuForestCloudMapController/getEventByReportorOrder',
     method: 'post',
     data: param,
     headers: {
@@ -119,7 +119,7 @@ export function sendEventLog(param) {
 // 事件处理流程
 export function updateCentereventTEventcatalogueStatus(param) {
   return request({
-    url: '/center-fire/VisuForestCloudMapController/updateCentereventTEventcatalogueStatus',
+    url: '/center-resources/VisuForestCloudMapController/updateCentereventTEventcatalogueStatus',
     method: 'post',
     data: param
   })
@@ -127,7 +127,7 @@ export function updateCentereventTEventcatalogueStatus(param) {
 // 事件处理流程-事件类型
 export function listSJfl(param) {
   return request({
-    url: '/center-fire/VisuForestCloudMapController/listSJfl',
+    url: '/center-resources/VisuForestCloudMapController/listSJfl',
     method: 'post',
     data: param
   })
@@ -135,21 +135,21 @@ export function listSJfl(param) {
 // 事件处理流程-关联预案
 export function listYuAn() {
   return request({
-    url: '/center-fire/VisuForestCloudMapController/listYuAn',
+    url: '/center-resources/VisuForestCloudMapController/listYuAn',
     method: 'post'
   })
 }
 // 事件处理流程-签收部门
 export function selectByeventCode(eventCode) {
   return request({
-    url: '/center-fire/VisuForestCloudMapController/selectByeventCode/'+eventCode,
+    url: '/center-resources/VisuForestCloudMapController/selectByeventCode/'+eventCode,
     method: 'post'
   })
 }
 // 事件处理流程-联动
 export function sendTask(param) {
   return request({
-    url: '/center-fire/VisuForestCloudMapController/sendTask',
+    url: '/center-resources/VisuForestCloudMapController/sendTask',
     method: 'post',
     data:param
   })
@@ -157,14 +157,14 @@ export function sendTask(param) {
 // 任务接口
 export function selectTaskBO() {
   return request({
-    url: '/center-fire/VisuForestCloudMapController/selectTaskBO',
+    url: '/center-resources/VisuForestCloudMapController/selectTaskBO',
     method: 'post',
   })
 }
 // 搜索物资
 export function listResourceByWz(param) {
   return request({
-    url: '/center-fire/VisuForestCloudMapController/listResourceByWz',
+    url: '/center-resources/VisuForestCloudMapController/listResourceByWz',
     method: 'post',
     data:param
   })
@@ -172,7 +172,7 @@ export function listResourceByWz(param) {
 // 任务领取部门列表
 export function selectTaskDtpts(param) {
   return request({
-    url: '/center-fire/VisuForestCloudMapController/selectTaskDtpts',
+    url: '/center-resources/VisuForestCloudMapController/selectTaskDtpts',
     method: 'post',
     data:param
   })
@@ -180,7 +180,7 @@ export function selectTaskDtpts(param) {
 // 任务领取
 export function receiveTask(param) {
   return request({
-    url: '/center-fire/VisuForestCloudMapController/receiveTask',
+    url: '/center-resources/VisuForestCloudMapController/receiveTask',
     method: 'post',
     data:param
   })
@@ -188,7 +188,7 @@ export function receiveTask(param) {
 // 任务拒绝
 export function refusedTask(param) {
   return request({
-    url: '/center-fire/VisuForestCloudMapController/refusedTask',
+    url: '/center-resources/VisuForestCloudMapController/refusedTask',
     method: 'post',
     data:param
   })
@@ -196,7 +196,7 @@ export function refusedTask(param) {
 // 事件调整关联预案
 export function updateYjYuAn(param) {
   return request({
-    url: '/center-fire/VisuForestCloudMapController/updateYjYuAn',
+    url: '/center-resources/VisuForestCloudMapController/updateYjYuAn',
     method: 'post',
     data:param
   })
@@ -204,7 +204,7 @@ export function updateYjYuAn(param) {
 // 事件详情截图直接上传日志
 export function uploadBase64(param) {
   return request({
-    url: '/center-fire/VisuForestCloudMapController/uploadBase64',
+    url: '/center-resources/VisuForestCloudMapController/uploadBase64',
     method: 'post',
     data:param
   })
@@ -213,7 +213,7 @@ export function uploadBase64(param) {
 // 通过事件code查询事件责任部门
 export function centereventtdepteventList(param) {
   return request({
-    url: '/center-fire/VisuForestCloudMapController/centereventtdepteventList',
+    url: '/center-resources/VisuForestCloudMapController/centereventtdepteventList',
     method: 'post',
     data:param
   })
@@ -221,7 +221,7 @@ export function centereventtdepteventList(param) {
 // 通过责任部门查询责任人
 export function dutysystemList(param) {
   return request({
-    url: '/center-fire/VisuForestCloudMapController/dutysystemList',
+    url: '/center-resources/VisuForestCloudMapController/dutysystemList',
     method: 'post',
     data:param
   })
@@ -230,7 +230,7 @@ export function dutysystemList(param) {
 // 事件责任制添加联系人
 export function dutysystemAdd(param) {
   return request({
-    url: '/center-fire/VisuForestCloudMapController/dutysystemAdd',
+    url: '/center-resources/VisuForestCloudMapController/dutysystemAdd',
     method: 'post',
     data:param
   })
@@ -238,7 +238,7 @@ export function dutysystemAdd(param) {
 // 事件责任制删除联系人
 export function dutysystemRemove(param) {
   return request({
-    url: '/center-fire/VisuForestCloudMapController/dutysystemRemove',
+    url: '/center-resources/VisuForestCloudMapController/dutysystemRemove',
     method: 'get',
     params:param
   })
@@ -246,7 +246,7 @@ export function dutysystemRemove(param) {
 // 事件短信联系人
 export function userFeginlist(param) {
   return request({
-    url: '/center-fire/VisuForestCloudMapController/userFeginlist',
+    url: '/center-resources/VisuForestCloudMapController/userFeginlist',
     method: 'post'
   })
 }

+ 1 - 1
src/api/haikang/haikang.js

@@ -11,7 +11,7 @@ export function getHaiKangVideoServer(param) {
 // 查询电视墙
 export function tvCameraList() {
   return request({
-    url: '/center-fire/VisuForestMonitorCenterController/tvCameraList',
+    url: '/center-resources/VisuForestMonitorCenterController/tvCameraList',
     method: 'get',
   })
 }

+ 4 - 4
src/api/leader.js

@@ -3,7 +3,7 @@ import request from '@/utils/request'
 // 获取左侧
 export function getRy() {
   return request({
-    url: '/center-fire/VisuForestCloudMapController/getRy',
+    url: '/center-resources/VisuForestCloudMapController/getRy',
     method: 'post',
   })
 }
@@ -11,21 +11,21 @@ export function getRy() {
 // 获取左侧人员列表
 export function getForestLeader(linJob,linType) {
   return request({
-    url: '/center-fire/VisuForestLeaderController/getForestLeader?linJob='+linJob+"&linType="+linType,
+    url: '/center-resources/VisuForestLeaderController/getForestLeader?linJob='+linJob+"&linType="+linType,
     method: 'get',
   })
 }
 // 点击左侧人员列表获取轨迹
 export function getLeaderTrack(trackById) {
   return request({
-    url: '/center-fire/VisuForestLeaderController/getLeaderTrack?trackById='+trackById,
+    url: '/center-resources/VisuForestLeaderController/getLeaderTrack?trackById='+trackById,
     method: 'get',
   })
 }
 // 巡林计划
 export function getPlanList(trackById) {
   return request({
-    url: '/center-fire/VisuForestLeaderController/getPlanList',
+    url: '/center-resources/VisuForestLeaderController/getPlanList',
     method: 'get',
   })
 }

+ 4 - 4
src/api/monitor.js

@@ -3,14 +3,14 @@ import request from '@/utils/request'
 // 获取左侧动态感知设备
 export function selectDeviceType() {
   return request({
-    url: '/center-fire/VisuForestMonitorCenterController/selectDeviceType',
+    url: '/center-resources/VisuForestMonitorCenterController/selectDeviceType',
     method: 'post',
   })
 }
 // 根据设备类型查看列表
 export function selectCameraByDeptId(deptId) {
   return request({
-    url: '/center-fire/VisuForestMonitorCenterController/selectCameraByDeptId',
+    url: '/center-resources/VisuForestMonitorCenterController/selectCameraByDeptId',
     method: 'post',
     data:{"deptId":deptId}
   })
@@ -18,14 +18,14 @@ export function selectCameraByDeptId(deptId) {
 // 获取重点区域列表
 export function selectKeyAreaList() {
   return request({
-    url: '/center-fire/VisuForestCloudMapController/importarealistFegin',
+    url: '/center-resources/VisuForestCloudMapController/importarealistFegin',
     method: 'get',
   })
 }
 // 获取重点区域
 export function getRegionalFlag(id) {
   return request({
-    url: '/center-fire/VisuForestCloudMapController/getRegionalFlag/'+id,
+    url: '/center-resources/VisuForestCloudMapController/getRegionalFlag/'+id,
     method: 'get',
   })
 }

+ 1 - 1
src/api/vBottomMenu.js

@@ -4,7 +4,7 @@ import request from '@/utils/request'
 // 获取林场列表
 export function selectFarmByDeptId(param) {
   return request({
-    url: '/center-fire/VisuForestCloudMapController/selectFarmByDeptId',
+    url: '/center-resources/VisuForestCloudMapController/selectFarmByDeptId',
     method: 'post',
     data: param
   })

+ 58 - 56
src/router/index.js

@@ -39,7 +39,7 @@ export const constantRoutes = [{
 		name: 'forest',
 		component: () => import('@/views/forest'),
 		meta: {
-			title: '林业云图'
+			title: '资源云图'
 		}
 	},
 	{
@@ -59,14 +59,15 @@ export const constantRoutes = [{
 		meta: {
 			title: '监控中心'
 		}
-	}, {
-		path: '/disaster',
-		name: 'disaster',
-		component: () => import('@/views/disaster'),
-		meta: {
-			title: '灾后评估'
-		}
 	},
+  // {
+	// 	path: '/disaster',
+	// 	name: 'disaster',
+	// 	component: () => import('@/views/disaster'),
+	// 	meta: {
+	// 		title: '灾后评估'
+	// 	}
+	// },
   {
 		path: '/leader',
 		name: 'leader',
@@ -74,15 +75,16 @@ export const constantRoutes = [{
 		meta: {
 			title: '网格化'
 		}
-	}, {
-		path: '/afforestation',
-		name: 'afforestation',
-		component: () => import('@/views/afforestation'),
-		meta: {
-			title: '植树造林'
-		}
 	},
   // {
+	// 	path: '/afforestation',
+	// 	name: 'afforestation',
+	// 	component: () => import('@/views/afforestation'),
+	// 	meta: {
+	// 		title: '植树造林'
+	// 	}
+	// },
+  // {
   //   path: '/',
   //   name: '',
   //   component: () => import('@/views/animal'),
@@ -90,14 +92,14 @@ export const constantRoutes = [{
   //     title: '动物保护'
   //   }
   // },
-  {
-    path: '/',
-    name: '',
-    component: () => import('@/views/animal'),
-    meta: {
-      title: '珍惜古树'
-    }
-  },
+  // {
+  //   path: '/',
+  //   name: '',
+  //   component: () => import('@/views/animal'),
+  //   meta: {
+  //     title: '珍惜古树'
+  //   }
+  // },
   {
     path: '/bigdata',
     name: 'bigdata',
@@ -121,7 +123,7 @@ export const constantRoutesNew = [{
 		name: 'forest',
 		component: () => import('@/views/forest'),
 		meta: {
-			title: '林业云图'
+			title: '资源云图'
 		}
 	},
 	{
@@ -142,14 +144,14 @@ export const constantRoutesNew = [{
 			title: '监控中心'
 		}
 	},
-	{
-		path: '/disaster',
-		name: 'disaster',
-		component: () => import('@/views/disaster'),
-		meta: {
-			title: '灾后评估'
-		}
-	},
+	// {
+	// 	path: '/disaster',
+	// 	name: 'disaster',
+	// 	component: () => import('@/views/disaster'),
+	// 	meta: {
+	// 		title: '灾后评估'
+	// 	}
+	// },
 	{
 		path: '/leader',
 		name: 'leader',
@@ -158,30 +160,30 @@ export const constantRoutesNew = [{
 			title: '网格化'
 		}
 	},
-	{
-		path: '/afforestation',
-		name: 'afforestation',
-		component: () => import('@/views/afforestation'),
-		meta: {
-			title: '植树造林'
-		}
-	},
-  {
-    path: '/',
-    name: '',
-    component: () => import('@/views/animal'),
-    meta: {
-      title: '动物保护'
-    }
-  },
-  {
-    path: '/',
-    name: '',
-    component: () => import('@/views/animal'),
-    meta: {
-      title: '珍惜古树'
-    }
-  },
+	// {
+	// 	path: '/afforestation',
+	// 	name: 'afforestation',
+	// 	component: () => import('@/views/afforestation'),
+	// 	meta: {
+	// 		title: '植树造林'
+	// 	}
+	// },
+  // {
+  //   path: '/',
+  //   name: '',
+  //   component: () => import('@/views/animal'),
+  //   meta: {
+  //     title: '动物保护'
+  //   }
+  // },
+  // {
+  //   path: '/',
+  //   name: '',
+  //   component: () => import('@/views/animal'),
+  //   meta: {
+  //     title: '珍惜古树'
+  //   }
+  // },
   {
     path: '/bigdata',
     name: 'bigdata',

+ 17 - 17
src/views/bigdata/bigdata.vue

@@ -183,7 +183,7 @@ export default {
         {
           //林业中心
           path: '/forest',
-          name: '林业云图'
+          name: '资源云图'
         },
         {
           //数据中心
@@ -195,26 +195,26 @@ export default {
           path: '/monitor',
           name: '监控中心'
         },
-        {
-          path: '/disaster',
-          name: '灾后评估'
-        },
+        // {
+        //   path: '/disaster',
+        //   name: '灾后评估'
+        // },
         {
           path: '/leader',
           name: '网格化'
         },
-        {
-          path: '/afforestation',
-          name: '植树造林'
-        },
-        {
-          path: '/',
-          name: '动物保护'
-        },
-        {
-          path: '/',
-          name: '珍惜古树'
-        },
+        // {
+        //   path: '/afforestation',
+        //   name: '植树造林'
+        // },
+        // {
+        //   path: '/',
+        //   name: '动物保护'
+        // },
+        // {
+        //   path: '/',
+        //   name: '珍惜古树'
+        // },
         {
           path: '/bigdata',
           name: '统计分析'

+ 1 - 1
src/views/forest.vue

@@ -934,7 +934,7 @@ export default {
         if (this.eventList != null && this.eventList.length > 0) {
           if(this.eventList[0].eventStatusValue == 'forest_event_status_1'){
             that.$refs.bottomMenu.updateAlert();
-            that.$refs.up.play();
+            // that.$refs.up.play();
           }
           for (let i = 0; i < this.eventList.length; i++) {
             let markersMap = {