在vue-cli里面使用http-proxy-middlewarepost的数据没有传递到服务器,服务器一直返回空数据在config/index.jsproxyTable:{'/api':{target:'http://192.168.1.86:9999/web',changeOrigin:true,pathRewrite:{'^/api':''}},配置了全局axiosimportaxiosfrom'axios';Vue.prototype.$http=axios;请求接口leturl='api/接口'this.$http({url:url,method:'post',data:{mobile:parseInt(this.phonenum),type:1},}).then(res=>{}).catch(err=>{})能搞请求后台成功后,但是后台却没有接到数据
米脂
慕田峪9158850
相关分类