登录成功请求系统配置

This commit is contained in:
none
2023-04-11 11:01:15 +08:00
parent 7bc01276b5
commit 86964737d3
3 changed files with 59 additions and 43 deletions

View File

@@ -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", {});
}