const request = uni.$u.http // 分类列表 export function getCategoryList(data) { return request.post( `v1/setting/categoryList`, data ) } export default { getCategoryList }