mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 16:36:03 +08:00
大屏展示地图实现
This commit is contained in:
10
vue/src/api/iot/bigScreen.js
Normal file
10
vue/src/api/iot/bigScreen.js
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
import request from '@/utils/request'
|
||||||
|
|
||||||
|
// 大屏 map
|
||||||
|
export function map(data) {
|
||||||
|
return request({
|
||||||
|
url: '/iot/big/screen/map',
|
||||||
|
method: 'post',
|
||||||
|
data: data
|
||||||
|
})
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user