登录页面初步

This commit is contained in:
禺狨
2023-03-02 17:52:54 +08:00
parent 04c3fb3851
commit 0dad3f206e
4 changed files with 9 additions and 19 deletions

View File

@@ -4,7 +4,3 @@ export function getImageCaptcha() {
return client.get("/backend/v1/system/image-captcha", {});
}
export function getUser() {
return client.get("/backend/v1/auth/detail", {});
}