参考:https://blog.csdn.net/m0_38134431/article/details/83787237
proxyTable: { ‘/api‘: { target: ‘http://xxx‘, secure:false, changeOrigin: true, pathRewrite: { ‘^/api‘: ‘‘, }, }, },
const faceConfig = () => { return { ‘devServer‘: ‘/api‘, } } module.exports = faceConfig()
原文:https://www.cnblogs.com/linjiangxian/p/14313871.html