加入轨迹服务,围栏真实化
# Conflicts: # .env.development
This commit is contained in:
@ -572,6 +572,7 @@ const sendTextMessage = async () => {
|
||||
proxy?.$modal.msgError(res.msg);
|
||||
}
|
||||
});
|
||||
|
||||
};
|
||||
const lookMap = (row: any) => {
|
||||
console.log(row, 'row');
|
||||
@ -651,6 +652,15 @@ const handleDeviceMessage = (payload: any) => {
|
||||
console.log('收到设备上报的数据', payload);
|
||||
parseDataMQ(json);
|
||||
}
|
||||
|
||||
|
||||
if(keys.indexOf('sta_BreakNews')>-1){
|
||||
if(json.sta_BreakNews==='I get it'){
|
||||
|
||||
confirm('用户已确认收到紧急通知');
|
||||
}
|
||||
}
|
||||
|
||||
};
|
||||
onMounted(async () => {
|
||||
await getList(); // 先获取设备信息
|
||||
|
||||
Reference in New Issue
Block a user