module.exports = { lintOnSave: false, devServer: { proxy: { '/api': { target: 'http://192.168.0.3:19095/', changeOrigin: true, pathRewrite: { '^/api': '', } } } }, // 输出文件目录 outputDir: 'D:/wwwroot/flyLongStaticPc/build', };