king
2021-09-24 95ccc1acc6d8ede1c839493e7aecc9c97fd34c8c
src/pc/components/login/normal-login/index.jsx
@@ -47,8 +47,8 @@
        wrap: { name: card.name, width: card.width || 24, loginWays: ['uname_pwd'], shortcut: 'remember' },
        style: { background: '#ffffff', width: '330px', borderRadius: '4px', marginLeft: '55vw'},
        loginWays: [
          {type: 'uname_pwd', label: '账号密码登录', shortcut: 'remember'},
          {type: 'sms_vcode', label: '短信验证码'},
          {type: 'uname_pwd', label: '账号登录', shortcut: 'remember'},
          {type: 'sms_vcode', label: '短信登录'},
          {type: 'app_scan', label: '扫码登录'},
        ]
      }