1
0
forked from dyf/APP

650全局蓝牙优化

This commit is contained in:
liub
2025-08-14 17:25:53 +08:00
parent 1ed6ca4828
commit 958a74101e
8 changed files with 776 additions and 405 deletions

View File

@ -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')