feat:设备使用记录

This commit is contained in:
houjunxiang
2026-03-05 16:54:47 +08:00
parent 749ac7f507
commit 9c88c45d66
357 changed files with 21486 additions and 5845 deletions

View File

@@ -57,8 +57,8 @@ import callCheckUpdate from '@/nx/utils/check-update'
const loading = ref(false)
const captchaEnable = true
let loginInfo = reactive({
username: '',
password: '',
username: 'ytjyAdmin',
password: 'P@ssword25',
captchaVerification: ''
})
@@ -74,7 +74,9 @@ onShow(() => {
// #ifdef APP-PLUS
if (process.env.NODE_ENV !== 'development') {
setTimeout(() => {
callCheckUpdate()
callCheckUpdate().catch(() => {
callCheckUpdate()
})
}, 1500)
}
// #endif