fix: 茅台预约平台,登录界面修改。

This commit is contained in:
tianyongbao
2024-12-12 14:14:44 +08:00
parent 7102afc8c3
commit bb9ea1d58e
8 changed files with 11 additions and 11 deletions

View File

@@ -52,7 +52,7 @@ const { proxy } = getCurrentInstance()
const registerForm = ref({
username: '',
password: '',
resource: '1',
resource: '3',
confirmPassword: '',
code: '',
uuid: ''
@@ -87,7 +87,7 @@ const loading = ref(false)
const captchaEnabled = ref(true)
function handleRegister() {
registerForm.value.resource = '1'
registerForm.value.resource = '3'
proxy.$refs.registerRef.validate((valid) => {
if (valid) {
loading.value = true