[AI Generated]: fix(*): 修复乐福SDK二次连接问题,对齐demo挂载顺序并完善页面状态重置

This commit is contained in:
17792275749
2026-05-14 19:56:00 +08:00
parent 00a1529256
commit 5c8370b943
9 changed files with 171 additions and 471 deletions
-4
View File
@@ -1,5 +1,3 @@
import { lefuService } from './lefu/index'
App<IAppOption>({
globalData: {
/** 当前已连接设备的蓝牙状态,页面可读取 */
@@ -7,8 +5,6 @@ App<IAppOption>({
},
onLaunch() {
// 初始化乐福蓝牙 SDK
lefuService.init()
// 已登录则跳过登录页
// const userInfo = wx.getStorageSync('userInfo')