module.exports = { publicPath: "/", outputDir: '../dist', devServer: { port: 8008, proxy: { "/zd-api": { // target: "https://open.test.luojigou.vip", target: 'http://localhost:3000', ws: false, secure: false, changeOrigin: true, pathRewrite: { "^/zd-api": "", }, }, }, }, };