uniapp操作蓝牙工具类
上代代码蓝牙类import { storage, keys} from '../utils/js/storage.js'import store from '../store/index.js'export default class ble { constructor() { let that = this; // 用户绑定了的设备 this.userBind = []; // 蓝牙开启状态 this.startFlag = false // 蓝牙是否开启适配器