Vue.prototype.$http.defaults.baseURL ="http://thapi.99dudesign.com/index.php/Api"
this.$http.post(‘/htt/House/house_lists/‘, {
type: 1
}).then((d)=>{
console.log(d)
})
Posted 赵理通
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了axios baseURL相关的知识,希望对你有一定的参考价值。
Vue.prototype.$http.defaults.baseURL ="http://thapi.99dudesign.com/index.php/Api"
this.$http.post(‘/htt/House/house_lists/‘, {
type: 1
}).then((d)=>{
console.log(d)
})
以上是关于axios baseURL的主要内容,如果未能解决你的问题,请参考以下文章
axios -- axios 是什么 & axios 特点 & json-server的介绍与服务搭建 & axios 引入