@ -29,7 +29,7 @@ export function quit(params) {
export function userInfo(params) {
return httpService({
url: `/user/manageUser/userInfo`,
method: 'post',
data: params,
method: 'get',
params
})
}