mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 10:56:46 +08:00
修改
This commit is contained in:
@@ -80,6 +80,14 @@ const opinionDelete = (params) => http.delete(`${ACTIVITYAPI}/xboe/m/boe/opinion
|
||||
const query = (type) => http.get('/systemapi/xboe/m/assistance/protocol/query?type=' + type);
|
||||
|
||||
|
||||
// 上传图片接口
|
||||
const importPic = (data = {}) => http.post(`/systemapi/api/m/xfile/base/file/upload`, data, {
|
||||
headers: {
|
||||
'Content-Type': 'multipart/form-data'
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -109,5 +117,6 @@ export {
|
||||
teachersDelete,
|
||||
opinionList,
|
||||
opinionDelete,
|
||||
query
|
||||
query,
|
||||
importPic
|
||||
}
|
||||
Reference in New Issue
Block a user