module.exports = { lintOnSave: false, devServer: { open: true, port: 3099, // 端口 proxy: { '/api': { target: 'http://192.168.0.3:19082/', changeOrigin: true, pathRewrite: { '^/api': '', } } } }, // 输出文件目录 outputDir: 'D:/wwwroot/signal_build/build/static', };