import http from '@/http/api.js' //保存 export const getLabelList = (params) => { return http.request({ url: 'blade-categoryLabel/categoryLabel/list', method: 'GET', params }) } //标签分类 export const getLabelCate = (params) => { return http.request({ url: '/blade-category/category/getCategory', method: 'GET', params }) }