配置变化: 验证码接口bug
This commit is contained in:
@@ -2,7 +2,7 @@ import { request } from "/@/utils/service";
|
||||
|
||||
export function getCaptcha() {
|
||||
return request({
|
||||
url: '/api/captcha',
|
||||
url: '/api/captcha/',
|
||||
method: 'get',
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user