This commit is contained in:
2025-12-19 14:47:08 +08:00
parent 7e8bef0cb9
commit 1ac524e1f1

View File

@@ -39,7 +39,9 @@ onLaunch((options) => {
})
.catch(err=>{
console.log('❌一体机获取定位失败,30s后尝试重新获取')
useLocationStore().getLocation()
setTimeout(() => {
useLocationStore().getLocation()
}, 3000);
})
uQRListen = new IncreaseRevie();
inactivityManager = new GlobalInactivityManager(handleInactivity, 60 * 1000);