module.exports = { devServer: { proxy: { '/chargingapi': { target: 'https://www.cqaijing.top', // 对应自己的接口 changeOrigin: true, ws: true, pathRewrite: { '^/chargingapi': '', }, }, }, }, publicPath: './', }