This commit is contained in:
houjunxiang
2026-01-13 10:44:03 +08:00
parent 4d8e7b7a06
commit 25e49711c9

View File

@@ -72,11 +72,11 @@ function togglePasswordVisibility() {
onShow(() => {
//检查APP更新
// #ifdef APP-PLUS
// if (process.env.NODE_ENV !== 'development') {
if (process.env.NODE_ENV !== 'development') {
setTimeout(() => {
callCheckUpdate()
}, 1500)
// }
}
// #endif
})
async function bindLogin() {