vue項(xiàng)目一直是在現(xiàn)有的基礎(chǔ)上修修改改,現(xiàn)在新起一個(gè)新項(xiàng)目,發(fā)現(xiàn)域名代理配置和跨域問題一直搞不定,求大神講解下,試了網(wǎng)上諸多代碼方法還是失敗,具體如下:1,后臺給的接口是這樣的:http://conference-beta.mamaqunaer.com/v1/admin2,本地打開是localhost:8080;3,用ngix改變url:div.sale.mamaqunaer.com,可以正常打開本地;4,接下來配置config下的index.js,在dev下寫到:`proxyTable: { '/api': {
target: 'http://conference-beta.mamaqunaer.com',
changeOrigin: true,
pathRewrite: { '^/api': ''
}
}
},`,打開后頁面后接口報(bào)錯(cuò):vue項(xiàng)目一直是在現(xiàn)有的基礎(chǔ)上修修改改,現(xiàn)在新起一個(gè)新項(xiàng)目,發(fā)現(xiàn)域名代理配置和跨域問題一直搞不定,求大神講解下,試了網(wǎng)上諸多代碼方法還是失敗,具體如下:1,后臺給的接口是這樣的:http://conference-beta.mamaqunaer.com/v1/admin2,本地打開是localhost:8080;3,用ngix改變url:div.sale.mamaqunaer.com,可以正常打開本地;4,接下來配置config下的index.js,在dev下寫到:`proxyTable: { '/api': {
target: 'http://conference-beta.mamaqunaer.com',
changeOrigin: true,
pathRewrite: { '^/api': ''
}
}
},`,打開后頁面后接口報(bào)錯(cuò):
vue代理配置和跨域
呼啦一陣風(fēng)
2018-09-08 11:13:31