import http from '@/utils/request' // 获取用户信息 export const getUserInfo = (params) => { return http.get('/menduner/system/mde-user/get', params) }