@@ -414,7 +414,7 @@ export default {
success(res) {$this.RSSI = res.RSSI;}
});
// 分析实时数据
- if($this.$options.name === "StartGames" && $this.device_bg){
+ if($this.$options.name === "StartGames"){
$this.analysisGameData(hexStr);
}
@@ -1,5 +1,4 @@
import game_store from '../store/game'
-import {gameAddLine, gameEnd} from "../requests/game";
// // 往后端推送一次定时数据
// export function post_data($big_data) {