vue axios默认

axios默认路由设置:

axios.defaults.baseURL='http://localhost:8081'

应用:this.$axios.post(‘/user’,data)

如果后面不想用则将地址写全即可

this.$axios.get('http://localhost:8080/static/city.json')
发布了46 篇原创文章 · 获赞 6 · 访问量 2万+

猜你喜欢

转载自blog.csdn.net/qq_33327325/article/details/88959385
今日推荐