650全局蓝牙优化
This commit is contained in:
8
App.vue
8
App.vue
@ -1,12 +1,12 @@
|
||||
<script>
|
||||
import request from '@/utils/request.js';
|
||||
import bleTool from '@/utils/BleHelper.js';
|
||||
import bleTool from '@/utils/BleHelper.js';
|
||||
|
||||
export default {
|
||||
|
||||
|
||||
onLaunch: function() {
|
||||
uni.clearStorageSync();
|
||||
var ble = bleTool.getBleTool();
|
||||
|
||||
var ble = bleTool.getBleTool();
|
||||
},
|
||||
onShow: function() {
|
||||
console.log('App Show')
|
||||
|
Reference in New Issue
Block a user