From cfe33505dc83ecaff395e9d207139d3b43e5a9b6 Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期五, 06 十一月 2020 16:46:14 +0800 Subject: [PATCH] 规则列表加入事件声音;数据栈目录树样式优化;集群目录树关键字搜索框查询修复 --- src/api/camera.ts | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/src/api/camera.ts b/src/api/camera.ts index f7d7cc6..4705f56 100644 --- a/src/api/camera.ts +++ b/src/api/camera.ts @@ -171,4 +171,22 @@ method: "post", data }) +} + +//鑾峰彇鎽勫儚鏈虹殑鍧愭爣鏍囧畾淇℃伅 +export const getCameraMarks = (query:any) => { + return request({ + url: '/data/api-v/camera/coord', + method: "get", + params: query + }) +} + +//鏇存柊鎽勫儚鏈虹殑鍧愭爣鏍囧畾淇℃伅 +export const updateCameraMarks = (data:any) => { + return request({ + url: '/data/api-v/camera/updateCoord', + method: 'post', + data + }) } \ No newline at end of file -- Gitblit v1.8.0