文件还原

This commit is contained in:
houjunxiang
2026-03-11 17:34:39 +08:00
parent 181b449d23
commit ddcb9f320e

View File

@@ -57,8 +57,8 @@ import callCheckUpdate from '@/nx/utils/check-update'
const loading = ref(false) const loading = ref(false)
const captchaEnable = true const captchaEnable = true
let loginInfo = reactive({ let loginInfo = reactive({
username: 'ytjyAdmin', username: '',
password: 'P@ssword25', password: '',
captchaVerification: '' captchaVerification: ''
}) })