鍍金池/ 問答/HTML/ vue-cli項目里axios請求數(shù)據的時候報錯,這是什么問題?

vue-cli項目里axios請求數(shù)據的時候報錯,這是什么問題?

vue-cli項目里axios請求數(shù)據的時候報錯TypeError: relativeURL.replace is not a function

clipboard.png

clipboard.png

回答
編輯回答
笨笨噠

應該這樣寫

  this.$http.get('/spreport/queryFlowsize.action').then((res) => {

  }).catch((res) => {

  })

現(xiàn)在推薦用axios

2018年5月21日 20:25