Revert "!41 大屏设备地图实现"

This reverts commit b007f4889c, reversing
changes made to 6bdb2a2b37.
This commit is contained in:
kerwincui
2022-08-15 19:13:53 +08:00
parent b007f4889c
commit e9f0175286
16 changed files with 529 additions and 970 deletions

View File

@@ -1,10 +0,0 @@
import request from '@/utils/request'
// 大屏 map
export function map(data) {
return request({
url: '/iot/big/screen/map',
method: 'post',
data: data
})
}