From 3c738f4fe2762bba8087e5a22fc0dc06560eab0e Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 08 Aug 2024 10:01:17 +0800
Subject: [PATCH] 三色任务与自查任务

---
 api/label/categoryLabel.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/api/label/categoryLabel.js b/api/label/categoryLabel.js
index 199a63c..33f0805 100644
--- a/api/label/categoryLabel.js
+++ b/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
+	})
 }
\ No newline at end of file

--
Gitblit v1.9.3