module.exports = { publicPath: './', devServer: { proxy: { '^/api': { target: 'https://jmctcl.jiangmen.cn', changeOrigin: true, secure: false, pathRewrite: { '^/api': '/api' } } } } }