码迷,mamicode.com
首页 > Web开发 > 详细

webpack的proxytable的配置

时间:2018-10-23 20:52:45      阅读:273      评论:0      收藏:0      [点我收藏+]

标签:pac   com   res   img   pack   找不到   axios   实现   alt   

技术分享图片

这个一定不能忘记了/rest/后面的/,否则就是404找不到接口

这样的实现效果是

this.axios.post(‘/api/delShare‘, qs.stringify({‘Id‘:Number(id)})).then(res=>{
     if(res.data.status=="success"){
         alert(res.data.msg);
         _this.getData();
      }
}).catch(err=>{
console.log(err);
});
 
请求效果:
localhost:7086/api/delShare     =>   http://test.weioutech.com/rest/delShare
 
技术分享图片
 
请求效果:
localhost:7086/api/delShare     =>   http://test.weioutech.com/delShare

webpack的proxytable的配置

标签:pac   com   res   img   pack   找不到   axios   实现   alt   

原文地址:https://www.cnblogs.com/liyusmile/p/9838217.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!