|
@@ -281,6 +281,44 @@ async def get_drone_tree(
|
|
"label": data[0]["group_name"],
|
|
"label": data[0]["group_name"],
|
|
"children": result1
|
|
"children": result1
|
|
})
|
|
})
|
|
|
|
+
|
|
|
|
+ result = [
|
|
|
|
+ {
|
|
|
|
+ "label": '无人机设备',
|
|
|
|
+ "children": [
|
|
|
|
+ {
|
|
|
|
+ "label": '茂名市应急管理局',
|
|
|
|
+ "children": [
|
|
|
|
+ {
|
|
|
|
+ "id": "1",
|
|
|
|
+ "label": '应急无人机',
|
|
|
|
+ "url": "http://19.152.196.223:5050/liveplay.html?liveurl=ws://10.100.100.103:9001/live/mmjk0002@mm.zw.yj_00.flv&channelid=mmjk0002@mm.zw.yj_00"
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "label": '电白区应急管理局',
|
|
|
|
+ "children": [
|
|
|
|
+ {
|
|
|
|
+ "id": "2",
|
|
|
|
+ "label": '应急无人机',
|
|
|
|
+ "url": "http://19.152.196.223:5050/liveplay.html?liveurl=ws://10.100.100.103:9001/live/mmjk0002@mm.zw.yj_00.flv&channelid=mmjk0002@mm.zw.yj_00"
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "label": '茂南区应急管理局',
|
|
|
|
+ "children": [
|
|
|
|
+ {
|
|
|
|
+ "id": "3",
|
|
|
|
+ "label": '应急无人机',
|
|
|
|
+ "url": "http://19.152.196.223:5050/liveplay.html?liveurl=ws://10.100.100.103:9001/live/mmjk0002@mm.zw.yj_00.flv&channelid=mmjk0002@mm.zw.yj_00"
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
|
|
return {
|
|
return {
|
|
"code": 0,
|
|
"code": 0,
|