【类 型】:factor 删除主动取飞机状态
【原 因】:因为 各种原因飞机端 控制端不能同步飞机状态 在执行任务后 都要主动向飞机请求拿最新状态 【过 程】:解决了各种原因造成的飞机状态不同步 现在是实时取 不用主动申请了 【影 响】: # 类型 包含: # feat:新功能(feature) # fix:修补bug # docs:文档(documentation) # style: 格式(不影响代码运行的变动) # refactor:重构(即不是新增功能,也不是修改bug的代码变动) # test:增加测试 # chore:构建过程或辅助工具的变动
This commit is contained in:
parent
8a46458f38
commit
3b1ca3619b
@ -529,8 +529,6 @@ export default {
|
||||
routeData = JSON.stringify(routeData)// 重新序列化
|
||||
// 发送航点信息主题
|
||||
this.publishFun(routeData)
|
||||
// 主动获取飞机状态
|
||||
this.publishFun('{getPlaneState:1}')
|
||||
} catch (error) {
|
||||
this.$message.error('操作失败,航线异常')
|
||||
}
|
||||
@ -591,8 +589,6 @@ export default {
|
||||
this.publishFun(routeData)// 发送航点信息主题
|
||||
}
|
||||
}
|
||||
// 主动获取飞机状态
|
||||
this.publishFun('{getPlaneState:1}')
|
||||
},
|
||||
/**
|
||||
* @description: 匹配声音航点字符串 比如$food_sn$ food_sn匹配成 送餐订单里面的对应字段
|
||||
|
Loading…
Reference in New Issue
Block a user