|
@@ -143,7 +143,7 @@ const current = ref(0)
|
|
const accountLoginRef = ref()
|
|
const accountLoginRef = ref()
|
|
const smsLoginRef = ref()
|
|
const smsLoginRef = ref()
|
|
const registerForm = ref()
|
|
const registerForm = ref()
|
|
-const protocol = ref(true)
|
|
|
|
|
|
+const protocol = ref(false)
|
|
const state = ref({
|
|
const state = ref({
|
|
isMobileEnd: false, // 手机号输入完毕
|
|
isMobileEnd: false, // 手机号输入完毕
|
|
codeText: '获取验证码',
|
|
codeText: '获取验证码',
|