加入轨迹服务,围栏真实化

# Conflicts:
#	.env.development
This commit is contained in:
liub
2025-11-27 16:55:23 +08:00
10 changed files with 1192 additions and 228 deletions

View File

@ -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(); // 先获取设备信息