vue中axios post FormData 默认格式为multipart/form-data,代码改为
axios.defaults.headers['Content-Type'] = 'application/json;charset=utf-8'