diff --git a/src/api/hr/people/index.ts b/src/api/hr/people/index.ts index 56c33ae..a5d4eb9 100644 --- a/src/api/hr/people/index.ts +++ b/src/api/hr/people/index.ts @@ -685,7 +685,7 @@ export function getPeopleKey(data?: any) { //获取人员信息 export function getUserCont(data?: any) { return request({ - url: '/systemapi/user/ ', + url: '/systemapi/user/get_user_cont', method: 'get', data: data })