Commit 3a8ad5d9 authored by zhanglw's avatar zhanglw

取消地磅

parent 2a61db1c
......@@ -221,7 +221,7 @@ export default {
});
this.queryOrder();
this.$parent.clearNavigation();
this.audioPlayByUrl(gdb);
// this.audioPlayByUrl(gdb);
} else {
this.$notify({
title: '网络异常,请稍后再试',
......@@ -385,4 +385,4 @@ export default {
cursor: pointer;
}
}
</style>
\ No newline at end of file
</style>
......@@ -660,10 +660,10 @@ export default {
return;
}
const cont = await window.SerialPort.receive();
// this.$message({
// message: cont,
// type: "warning",
// });
this.$message({
message: cont,
type: "warning",
});
if(cont){
let strArr = cont.split(',');
// let wgLat = this.dmsTransform(strArr[2]), wgLon = this.dmsTransform(strArr[4]), h = Number(strArr[9] || 0), p = Number(strArr[6]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment