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(() => { onShow(() => {
//检查APP更新 //检查APP更新
// #ifdef APP-PLUS // #ifdef APP-PLUS
// if (process.env.NODE_ENV !== 'development') { if (process.env.NODE_ENV !== 'development') {
setTimeout(() => { setTimeout(() => {
callCheckUpdate() callCheckUpdate()
}, 1500) }, 1500)
// } }
// #endif // #endif
}) })
async function bindLogin() { async function bindLogin() {