this.$http.post()跨域和请求参数丢失
methods: { research: function () { //post请求远程资源 this.$http.post( //请求的url "http://www.hefeixyh.com/login.html", //请求参数,不能以get请求方式写:{params: {userName: "root123", passWord: "root123"}} {userName: "root123", passWord: "root123"}, //解决跨域问题,不加无法跨域 {emulateJSON: true} ).then( function (res) { console.log(res); this.msg = res.bodyText; }, function (res) { console.log(res.status); } ); } }
this.http.post()参数需注意
第一个参数是url,第二个参数是body,body为object,如果body为空的时候,参数填{};
this.http.post('url' + id, {}) .subscribe(res => { }, error => { })
热门文章
- 「11月23日」最高速度21.3M/S,2024年Clash Nyanpasu每天更新免费节点订阅链接
- 「8月8日」最高速度20.4M/S,2024年Clash Nyanpasu每天更新免费节点订阅链接
- 「9月5日」最高速度21.5M/S,2024年Clash Nyanpasu每天更新免费节点订阅链接
- 「10月28日」最高速度21.3M/S,2024年Clash Nyanpasu每天更新免费节点订阅链接
- 动物疫苗证在哪里办的啊(动物疫苗证是什么样的)
- 如何在MySQL中使用复合INTERVAL单元?
- 学宠物美容后悔了(学宠物美容坑死了)
- Mac上解决dose not contain the JNI_CreateJavaVM symbol
- 「9月18日」最高速度19.5M/S,2024年Clash Nyanpasu每天更新免费节点订阅链接
- 「12月31日」最高速度21.8M/S,2025年Clash Nyanpasu每天更新免费节点订阅链接