vue.config.js配置代理不生效? bestproxy • 2022年4月22日 pm9:09 • 代理百科 展开全部你的代理设置的是/api前缀的就转发到代理服务器上,所以在你的代码发起请求的时候加上api,比如:this.$axios.post(/api/tcCodeSwitchid/getSwitchInfos, ...)