【类 型】:factor 刷新页面 向飞机发送 让飞控返回各种数据的包

【原  因】:
【过  程】:
【影  响】:
This commit is contained in:
tk 2024-07-29 15:58:04 +08:00
parent 1077ac8c79
commit 70cb8dcacb

View File

@ -129,6 +129,11 @@ export default {
this.$store.dispatch('fetchPaidOrderList')// ps: 退
}
})
//
res.forEach(item => {
console.log('hi')
mqtt.publishFun(`cmd/${item.macadd}`, '{"refreshRequest":1}')
})
}
},
destroyed () {