From 58060e64e1fa9cf3ffcf5e29f09c4c2edf8f2126 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 21 Jul 2022 17:25:34 +0800
Subject: [PATCH] 数据显示更换
---
src/api/pc/label.js | 17 ++++++++++++++---
1 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/src/api/pc/label.js b/src/api/pc/label.js
index bd379c7..2eb26bd 100644
--- a/src/api/pc/label.js
+++ b/src/api/pc/label.js
@@ -2,7 +2,7 @@
* @Author: Morpheus
* @Date: 2021-05-09 15:17:44
* @Last Modified by: Morpheus
- * @Last Modified time: 2021-12-14 08:58:30
+ * @Last Modified time: 2022-04-29 16:53:53
*/
// 党群机构
import request from '@/router/axios'
@@ -15,10 +15,21 @@
})
}
+export const uploadImg = (data) => {
+ return request({
+ url: 'blade-resource/oss/endpoint/put-files-talk',
+ method: 'post',
+ data: data,
+ headers: {
+ 'Content-Type': 'multipart/form-data'
+ }
+ })
+}
+
export const getlabel = () => {
return request({
url: 'tagging/tagging/list',
- method: 'get',
+ method: 'get'
})
}
@@ -30,4 +41,4 @@
ids: id
}
})
-}
\ No newline at end of file
+}
--
Gitblit v1.9.3