公告板
版本库
filestore
活动
搜索
登录
web
/
saas-web
saas
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
摄像机管理 要大于绘制区域 视频 的 z-index:2000
mark
2022-10-18
82cf226389c61c42e6b258524d5b3d8c9ac0de07
[web/saas-web.git]
/
src
/
api
/
heatCamera.ts
1
2
3
4
5
6
7
import request from '@/scripts/httpRequest'
export const getHeatCameraData = (data: any) =>
request({
url: '/data/api-v/es/getPersons',
method: 'post',
data
})