1. 程式人生 > >webpack的proxytable的配置

webpack的proxytable的配置

bpa lsh del 技術 pro ces img 忘記 sha

技術分享圖片

這個一定不能忘記了/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的配置