api/label/categoryLabel.js
@@ -7,4 +7,13 @@
      method: 'GET',
      params
   })
}
//标签分类
export const getLabelCate = (params) => {
   return http.request({
      url: '/blade-category/category/getCategory',
      method: 'GET',
      params
   })
}