|
@@ -27,8 +27,8 @@ import {
|
|
|
getWaterList,
|
|
|
getVideoDrowning,
|
|
|
getVideoForestFire,
|
|
|
- getVideoDisasterPrevention
|
|
|
-} from '@/api/globalMap/spatialAnalysis';
|
|
|
+ getVideoDisasterPrevention, getVideoTraffic
|
|
|
+} from "@/api/globalMap/spatialAnalysis";
|
|
|
import { getRescueTeamsInfo } from '@/api/globalMap/rescueTeam';
|
|
|
|
|
|
export const methodList = {
|
|
@@ -65,6 +65,7 @@ export const methodList = {
|
|
|
'32': getVideoDrowning,
|
|
|
'33': getVideoForestFire,
|
|
|
'34': getVideoDisasterPrevention,
|
|
|
+ '35': getVideoTraffic,
|
|
|
'41': getRescueTeamsInfo
|
|
|
};
|
|
|
export const titleList = {
|
|
@@ -102,5 +103,6 @@ export const titleList = {
|
|
|
'32': '防溺水',
|
|
|
'33': '森林防火',
|
|
|
'34': '防灾救援',
|
|
|
+ '35': '交通视频',
|
|
|
'41': '救援队伍'
|
|
|
};
|