[1078] 增加状态变化通知和位置事件

This commit is contained in:
lin
2025-08-05 18:05:18 +08:00
parent d7f5e7d771
commit c90836261a
11 changed files with 146 additions and 86 deletions

View File

@@ -42,7 +42,6 @@ import {
stopCruise,
stopScan,
wiper,
getAllForMap,
stopPlayChannel,
queryRecord,
playback,
@@ -493,16 +492,6 @@ const actions = {
})
})
},
getAllForMap({ commit }, params) {
return new Promise((resolve, reject) => {
getAllForMap(params).then(response => {
const { data } = response
resolve(data)
}).catch(error => {
reject(error)
})
})
},
queryRecord({ commit }, params) {
return new Promise((resolve, reject) => {
queryRecord(params).then(response => {