mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-27 05:36:43 +08:00
fix(other): 修正了获取用户信息后端接口
This commit is contained in:
parent
6efeaa4209
commit
784fa1ef8e
@ -27,7 +27,7 @@ export function fetchLogin(userName: string, password: string) {
|
|||||||
|
|
||||||
/** Get user info */
|
/** Get user info */
|
||||||
export function fetchGetUserInfo() {
|
export function fetchGetUserInfo() {
|
||||||
return request<Api.Auth.UserInfo>({ url: '/auth/getUserInfo' });
|
return request<Api.Auth.UserInfo>({ url: '/user/getUserInfo' });
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user