portal commit

This commit is contained in:
Eric
2026-02-10 16:24:14 +08:00
parent a0debc685a
commit 2c8995653a
828 changed files with 56552 additions and 99 deletions

View File

@@ -91,7 +91,7 @@ export function logout(): Promise<AxiosResponse<any>> {
}
// 获取验证码
export function getCodeImg(): Promise<AxiosResponse<CaptchaResponse>> {
export function getCodeImg(): Promise<CaptchaResponse> {
return request({
url: '/captcha/image',
headers: {