A.我要請求的地址:http://qq1.aaa.com:8080/qqGroups/infoB.1.webpack里配置如下 proxyTable: { '/api': { target: 'http://qq1.aaa.com:8080', changeOrigin: true, pathRewrite: { '^/api': '' } } },2.請求 this.$axios.get('/api/qqGroups/info').then(function(response) { console.log(response); }).catch(function(error) { console.log(error); });3.GET http://localhost:8080/api/qqGroups/info 404 (Not Found)提示可見 配置無效C:https://vuejs-templates.githu...官方文檔也是這么配置的啊
簡直日了方圓500里的狗,搭的新環境都不行
Vue cli跨域問題。
慕的地8271018
2019-02-12 16:12:54