bug
This commit is contained in:
@@ -70,8 +70,8 @@ export default {
|
||||
// state: '未知状态', // 车辆状态
|
||||
// stateId: 7, // 车辆状态ID
|
||||
// theta: 0.9073792099952698, // 车辆航向角
|
||||
// x: -4.030919075012207, // 车辆x坐标
|
||||
// y: -1.6574244499206543 // 车辆y坐标
|
||||
// x: 0.004027, // 车辆x坐标
|
||||
// y: -0.001812 // 车辆y坐标
|
||||
// },
|
||||
loginVisible: false,
|
||||
configVisible: false
|
||||
@@ -141,7 +141,7 @@ export default {
|
||||
wsMessage (res) {
|
||||
clearTimeout(this.timer)
|
||||
this.topInfo = res.data
|
||||
this.$store.dispatch('setAgvObj', this.topInfo)
|
||||
this.$store.dispatch('setAgvObj', JSON.stringify(this.topInfo))
|
||||
},
|
||||
wsErr () {
|
||||
this.timer = setTimeout(() => {
|
||||
|
||||
Reference in New Issue
Block a user