const http = uni.$u.http // post请求,获取菜单 export const getDictByKey = (params, config = {}) => http.post('/userapi/getDictByKey', params, config)