VUE腳手架項(xiàng)目跨域
進(jìn)行反向代理解決跨域問題
module.exports = {
dev: {
// Paths
assetsSubDirectory: 'static',
assetsPublicPath: '/',
proxyTable: {
'/api': {
target: 'http://xx.xxx.xxx.xx:8888',
changeOrigin: true,
pathRewrite: {
'^/api': ''
}
}
},
還有一種解決辦法就是:服務(wù)器允許任何人訪問蝶棋,前端不需要做任何處理晕城,請(qǐng)求按同源的請(qǐng)求方式去請(qǐng)求
image.png