From 3c732cb7cf0e83e4ccfa2c347a4955ba8ef8d6a0 Mon Sep 17 00:00:00 2001
From: mayisheng <admin>
Date: Wed, 10 Aug 2022 10:23:11 +0800
Subject: [PATCH] 修改3d标签错乱问题
---
src/api/pc/label.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/api/pc/label.js b/src/api/pc/label.js
index 2eb26bd..cb4b7db 100644
--- a/src/api/pc/label.js
+++ b/src/api/pc/label.js
@@ -4,7 +4,7 @@
* @Last Modified by: Morpheus
* @Last Modified time: 2022-04-29 16:53:53
*/
-// 党群机构
+// 党政机构
import request from '@/router/axios'
export const setlabel = (data) => {
@@ -41,4 +41,4 @@
ids: id
}
})
-}
+}
\ No newline at end of file
--
Gitblit v1.9.3