2
0

fix: 用户平台指定模块接口

This commit is contained in:
TsMask
2024-11-27 16:46:16 +08:00
parent feefcfa7e6
commit 1240d9aedf
10 changed files with 41 additions and 39 deletions

View File

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