From 443c649303cc275f4ff07b3d2f5e589047f8054d Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 29 Apr 2022 17:24:06 +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