瀏覽代碼

取消默认勾选用户协议

Xiao_123 7 月之前
父節點
當前提交
7dde0ad9ed
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 smsLoginRef = ref()
 const registerForm = ref()
-const protocol = ref(true)
+const protocol = ref(false)
 const state = ref({
   isMobileEnd: false, // 手机号输入完毕
   codeText: '获取验证码',