您好,登錄后才能下訂單哦!
這期內(nèi)容當(dāng)中小編將會(huì)給大家?guī)?lái)有關(guān)vue項(xiàng)目中$http的get請(qǐng)求為什么需要加params,文章內(nèi)容豐富且以專(zhuān)業(yè)的角度為大家分析和敘述,閱讀完這篇文章希望大家可以有所收獲。
vue GET傳遞參數(shù)要加上params
this.$http.get('/operation/customer/question/edits',{params:{id: 10}})
另外說(shuō)一句,現(xiàn)在VUE官方推薦使用axios
vue-resource不更新了
補(bǔ)充知識(shí):vue請(qǐng)求中 post get傳參方式是不同的哦
我在學(xué)習(xí)vue,項(xiàng)目中post請(qǐng)求,get請(qǐng)求都用到了,我發(fā)現(xiàn)傳參方式是不一樣的。
post請(qǐng)求的例子:
checkin (){ this.$http.post('my url',{ mobilePhone:this.phone, password:this.password },{ emulateJSON: true } ).then(function(res){ this.$root.userid=res.data.userid; console.log(this.$root.userid) this.$router.push('/content') ; }); }
get請(qǐng)求的例子:
nextOne2 (){ this.$http.get('http://192.168.100.31:8080/wenchuang/guid/addProductFile',{ params: { filename:this.formData.chanpinjia, userid: this.$root.userid }, },{ emulateJSON: true } ).then(function(res){ this.step++; this.bianliang= res.data.files.id; }); },
上述就是小編為大家分享的vue項(xiàng)目中$http的get請(qǐng)求為什么需要加params了,如果剛好有類(lèi)似的疑惑,不妨參照上述分析進(jìn)行理解。如果想知道更多相關(guān)知識(shí),歡迎關(guān)注億速云行業(yè)資訊頻道。
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀(guān)點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。