mirror of
https://github.com/PlayEdu/backend
synced 2026-03-10 16:50:17 +08:00
登录成功请求系统配置
This commit is contained in:
@@ -3,3 +3,7 @@ import client from "./internal/httpClient";
|
||||
export function getImageCaptcha() {
|
||||
return client.get("/backend/v1/system/image-captcha", {});
|
||||
}
|
||||
|
||||
export function getSystemConfig() {
|
||||
return client.get("/backend/v1/system/config", {});
|
||||
}
|
||||
Reference in New Issue
Block a user