From 681e4eaa9c1773b554aa9cd69f05a67644a59836 Mon Sep 17 00:00:00 2001 From: Jason <5340635+wen-jason@user.noreply.gitee.com> Date: Wed, 14 Sep 2022 16:59:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=99=BB=E5=BD=95=E7=BB=84?= =?UTF-8?q?=E5=86=8C=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/setting/user/login_register.vue | 102 ++++++++++-------- 1 file changed, 58 insertions(+), 44 deletions(-) diff --git a/admin/src/views/setting/user/login_register.vue b/admin/src/views/setting/user/login_register.vue index d9d8f636..2ea2b808 100644 --- a/admin/src/views/setting/user/login_register.vue +++ b/admin/src/views/setting/user/login_register.vue @@ -7,18 +7,23 @@ - - - + + 账号密码登录 + 手机验证码登录 + 系统通用登录方式,至少选择一项 - + {{ - formData.forceBindMobile ? "开启" : "关闭" + formData.forceBindMobile ? '开启' : '关闭' }} @@ -30,14 +35,16 @@ - - {{ - formData.openAgreement ? "开启" : "关闭" - }} + + + {{ formData.openAgreement ? '开启' : '关闭' }} + - - 登录/注册会员时,是否显示服务协议和隐私政策 - + 登录/注册会员时,是否显示服务协议和隐私政策 @@ -47,26 +54,32 @@ - - {{ - formData.openOtherAuth ? "开启" : "关闭" - }} + + + {{ formData.openOtherAuth ? '开启' : '关闭' }} + 登录时支持第三方登录,新用户授权即自动注册账号 - - + + 微信登录 + QQ登录 + - - 前往微信开放平台 + + + 前往微信开放平台 + @@ -86,11 +99,11 @@ - +