Browse Source

取消默认勾选用户协议

Xiao_123 7 months ago
parent
commit
7dde0ad9ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      layout/components/authModal/login/index.vue

+ 1 - 1
layout/components/authModal/login/index.vue

@@ -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: '获取验证码',