From fe77767115b4c1e30909757384d69dc6aee4c0dc Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Wed, 20 Dec 2023 18:46:27 +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