vue-cli使用axios跨域及攔截器的使用

1、axios解決跨域問題  一、在main.js中引入axios,並將其設置爲vue原型鏈上的屬性,這樣在組件中就能夠直接 this.$axios使用了javascript import axios from 'axios'; Vue.prototype.$axios=axios; 二、在config/index.js裏面設置ProxyTable代理vue dev: { // Paths
相關文章
相關標籤/搜索