1
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user