微信小程序mpvue使用flyio通过post提交给后台
formdata fly.interceptors.request.use((config,promise)=>{ config.headers["Content-Type"]="application/x-www-form-urlencoded"; return config; }) fly.post...