2
0

调整接口

This commit is contained in:
lai
2024-12-03 10:29:50 +08:00
parent 1627feb9a4
commit 13ee5a3849
9 changed files with 38 additions and 38 deletions

View File

@@ -40,7 +40,7 @@ export function doDeleteLogout() {
/** Get user info */
export function doGetUserInfo() {
return request<Api.Auth.UserInfo>({ url: '/u/user/getInfo' });
return request<Api.Auth.UserInfo>({ url: '/system/user/getInfo' });
}
/**