revert: 回退关闭验证码功能

回退关闭验证码功能
This commit is contained in:
胡少翔
2024-09-18 11:31:46 +08:00
parent c67a9c7784
commit b014e82f5b
2 changed files with 2 additions and 23 deletions

View File

@@ -35,16 +35,6 @@ class AuthAPI {
method: "get",
});
}
/**
* 获取验证码规则
*/
static getCaptchaRule() {
return request<any, boolean>({
url: `${AUTH_BASE_URL}/captcha/unable`,
method: "get",
});
}
}
export default AuthAPI;