配置变化: 验证码接口bug

This commit is contained in:
李强
2023-05-26 20:07:36 +08:00
parent 66effde1d9
commit 65a34a683c

View File

@@ -2,7 +2,7 @@ import { request } from "/@/utils/service";
export function getCaptcha() {
return request({
url: '/api/captcha',
url: '/api/captcha/',
method: 'get',
});
}