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