|
@@ -406,6 +406,7 @@ export default {
|
|
|
$this.connect_show = true
|
|
|
let $ble_status = ble_store.getters.getBluetoothLinkStatus()
|
|
|
bluetooth.watchingDevice($this)
|
|
|
+ bluetooth.watch_bluetooth_status($this)
|
|
|
if ($ble_status == false) {
|
|
|
//断开蓝牙连接
|
|
|
$this.change_device_status(0)
|