style:样式调整

This commit is contained in:
houjunxiang
2025-10-11 16:25:24 +08:00
parent c8b2d8683e
commit b5aed8573a
15 changed files with 405 additions and 721 deletions

View File

@@ -52,8 +52,8 @@ import callCheckUpdate from '@/nx/utils/check-update'
const loading = ref(false)
const captchaEnable = true
let loginInfo = reactive({
username: '',
password: '',
username: 'admin',
password: 'P@ssword25',
captchaVerification: ''
})
onShow(() => {
@@ -117,6 +117,7 @@ function onCaptchaError(error) {
icon: 'none',
title: error?.message || '验证码验证失败'
})
loading.value = false
}
</script>