|
@@ -414,7 +414,7 @@ export default {
|
|
success(res) {$this.RSSI = res.RSSI;}
|
|
success(res) {$this.RSSI = res.RSSI;}
|
|
});
|
|
});
|
|
// 分析实时数据
|
|
// 分析实时数据
|
|
- if($this.$options.name === "StartGames" && $this.device_bg){
|
|
|
|
|
|
+ if($this.$options.name === "StartGames"){
|
|
$this.analysisGameData(hexStr);
|
|
$this.analysisGameData(hexStr);
|
|
}
|
|
}
|
|
}
|
|
}
|