vue Error occured while trying to proxy to: localhost:9530 &&后台接口https协议的
代理配置需在其他的基础上加
changeOrigin 和 pathRewrite
proxyTable: { '/admin': { target: 'https://dev.xxxxx.com/', changeOrigin:true, pathRewrite:{ '^/admin':'' } } },
http协议的可不加
changeOrigin:true
pathRewrite:{
'^/admin':''
}

浙公网安备 33010602011771号