guoshilong
2023-11-04 709941a83810c4069f6caa2899c5f0c886671497
api/label/label.js
@@ -7,4 +7,13 @@
      method: 'GET',
      params
   })
}
// 获取标签信息
export const getLabelListByParentId = (param) => {
   return http.request({
      url: 'blade-label/label/getLabelList',
      method: 'GET',
      params: param
   })
}