config/index.js
baseUrl: {
dev: 'http://localhost:8080/',
pro: 'http://www.baidu.com/'
},
vue.config.js
devServer: {
proxy: {
'/api':{
target:'http://10.1.5.163:8083/',
changeOrigin: false
}
}
}
config/index.js
baseUrl: {
dev: 'http://localhost:8080/',
pro: 'http://www.baidu.com/'
},
vue.config.js
devServer: {
proxy: {
'/api':{
target:'http://10.1.5.163:8083/',
changeOrigin: false
}
}
}
本文标题:axios 跨域处理
本文链接:https://www.haomeiwen.com/subject/niqroqtx.html
网友评论