feat: 整合有来第三方认证(阶段性提交)

Former-commit-id: 1b52c867f26a3344928f1805a329cb37ab71c647
This commit is contained in:
horizons
2022-09-08 08:00:06 +08:00
parent 136be563d8
commit af8fe4d2c9
2 changed files with 22 additions and 1 deletions

View File

@@ -227,7 +227,9 @@ function handleLogin() {
});
}
// 获取验证码
/**
* 获取验证码
*/
function handleCaptchaGenerate() {
getCaptcha().then(({ data }) => {
const { img, uuid } = data;