module.exports = { publicPath: './', devServer: { proxy: { '/api': { target: 'https://duoxiaoduoxue.cn/', ws: true, changeOrigin: true, pathRewrite: { '^/api': '' } }, } } }