1
0
forked from dyf/APP

添加全局蓝牙

This commit is contained in:
liub
2025-08-12 15:27:14 +08:00
parent 47a9dace85
commit d9a28d0345
53 changed files with 363 additions and 224 deletions

11
App.vue
View File

@ -1,8 +1,12 @@
<script>
import request from '@/utils/request.js';
import bleTool from '@/utils/BleHelper.js';
export default {
onLaunch: function() {
uni.clearStorageSync();
var ble = bleTool.getBleTool();
},
onShow: function() {
console.log('App Show')
@ -54,4 +58,9 @@
.uni-picker-view-wrapper{
background: rgba(42, 42, 42, 1);
}
@font-face {
font-family: "PingFang SC";
src: url("~@/static/fonts/PingFangSC.ttf") format("opentype");
}
</style>