mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-18 00:45:55 +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