vue中main.js配置后端请求地址

2021-05-08 05:26

阅读:852

标签:header   信息   ase   div   头信息   app   highlight   tip   type   

Vue.config.productionTip = false;


axios.defaults.baseURL = ‘http://127.0.0.1:8003/‘;//后端开发环境地址
// axios.defaults.baseURL = ‘http://172.18.31.16:8000/‘;//后端地址
axios.defaults.headers.post[‘Content-Type‘] = ‘application/json;charset=UTF-8‘;//配置请求头信息。

  

vue中main.js配置后端请求地址

标签:header   信息   ase   div   头信息   app   highlight   tip   type   

原文地址:https://www.cnblogs.com/Jack-cx/p/12081732.html


评论


亲,登录后才可以留言!