一公司人员定位系统没有人员信息bug修复

5_7_地图同步
liujun 2024-03-28 09:43:42 +08:00
parent 3353d81c20
commit ffe9fdd476
1 changed files with 4 additions and 2 deletions

View File

@ -1105,7 +1105,8 @@ export default {
password: '58d06a44d56c4445b4c019492f86ee8d' password: '58d06a44d56c4445b4c019492f86ee8d'
}, },
subscription: { subscription: {
topic: '1698584148364034050/+/+/prop', // '+'
topic: '+/UwbBQ/+/prop',
qos: 0 qos: 0
}, },
@ -2527,7 +2528,8 @@ export default {
for (let i = 0; i < peopleList.length; i++) { for (let i = 0; i < peopleList.length; i++) {
const item = peopleList[i] const item = peopleList[i]
// //
if (item.properties.length < 3 || item.properties[2].identifier !== 'X' || item.properties[3].identifier !== 'Y') { // UwbBQidUwbJiZhanid
if (item.productKey !== 'UwbBQ') {
continue continue
} }
// //