Commit 774da38e authored by tyyin lan's avatar tyyin lan

chore: 手机号区号默认值修改

parent 5372cc44
...@@ -96,7 +96,7 @@ const emailLoginFormRules = shallowReadonly<FormRules>({ ...@@ -96,7 +96,7 @@ const emailLoginFormRules = shallowReadonly<FormRules>({
code: { required: true, message: t('login_module.please_enter_the_verification_code') }, code: { required: true, message: t('login_module.please_enter_the_verification_code') },
}) })
const currentPhoneNumberArea = ref<'+86' | '+852'>('+852') const currentPhoneNumberArea = ref<'+86' | '+852'>('+86')
const countdownActive = ref(true) const countdownActive = ref(true)
const isShowCountdown = ref(false) const isShowCountdown = ref(false)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment