1
0
forked from dyf/APP

地图打点动态数据加载,

This commit is contained in:
fengerli
2025-08-05 19:02:04 +08:00
parent d19dc91223
commit 6c5a702ff9
10 changed files with 208 additions and 86 deletions

9
api/6170/callPolice.js Normal file
View File

@ -0,0 +1,9 @@
import request from '@/utils/request'
//报警
export function deviceSendAlarmMessage(data) {
return request({
url: '/app/device/sendAlarmMessage',
method: 'post',
data: data
})
}