import axios from 'axios'
// axios全局配置
Vue.prototype.$http = axios
axios.defaults.baseURL = host
axios.defaults.headers['Content-Type'] = 'application/x-www-form-urlencoded'
axios.defaults.headers['XPS-Version'] = '1.0.0'

  

 

相关文章:

  • 2022-12-23
  • 2023-03-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-24
猜你喜欢
  • 2021-07-30
  • 2018-09-27
  • 2022-01-13
  • 2022-12-23
相关资源
相似解决方案