vue-cli项目里axios请求数据的时候报错TypeError: relativeURL.replace is not a function
1 回答
牛魔王的故事
TA贡献1830条经验 获得超3个赞
应该这样写
this.$http.get('/spreport/queryFlowsize.action').then((res) => {
}).catch((res) => {
})
现在推荐用axios
添加回答
举报
0/150
提交
取消