style:样式调整
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user