feat: 整合有来第三方认证(阶段性提交)
Former-commit-id: 1b52c867f26a3344928f1805a329cb37ab71c647
This commit is contained in:
@@ -227,7 +227,9 @@ function handleLogin() {
|
||||
});
|
||||
}
|
||||
|
||||
// 获取验证码
|
||||
/**
|
||||
* 获取验证码
|
||||
*/
|
||||
function handleCaptchaGenerate() {
|
||||
getCaptcha().then(({ data }) => {
|
||||
const { img, uuid } = data;
|
||||
|
||||
Reference in New Issue
Block a user