| | |
| | | * @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' |
| | |
| | | }) |
| | | } |
| | | |
| | | 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' |
| | | }) |
| | | } |
| | | |
| | |
| | | ids: id |
| | | } |
| | | }) |
| | | } |
| | | } |