Commit 894836ef authored by anxixi's avatar anxixi

富文本编辑器上传图片接口修改

parent 7ea31e73
......@@ -984,9 +984,6 @@ export default {
method: method,
url: base + url + langVal+"&t="+Date.parse(new Date()),
data: params,
cancelToken: new axios.CancelToken((c) => {
_this.cancelSource = c
}),
headers: {
'Content-Type': 'multipart/form-data',
accessToken:publicFun.getCookie("userInfo")?JSON.parse(require('js-base64').Base64.decode(publicFun.getCookie("userInfo"))).accessToken:'',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment