测试博客提交修正
This commit is contained in:
parent
85ae79b195
commit
7fa16c034c
@ -255,7 +255,11 @@ const submitBlog = async () => {
|
||||
|
||||
const tempURL = api.defaults.baseURL;
|
||||
api.defaults.baseURL = submitURL;
|
||||
api.post('', formData).then(response => {
|
||||
api.post('', formData, {
|
||||
headers: {
|
||||
"Content-Type": "multipart/form-data",
|
||||
},
|
||||
}).then(response => {
|
||||
if (response.code === 0) {
|
||||
swal.window('success', '提交成功',`博客id: ${response.blogId || '未找到blogId字段'}`,'ok','好的');
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user