module.exports = { lintOnSave: false, devServer: { port: 8183, // 端口 proxy: { '/api': { target: 'http://192.168.0.3:19097/', changeOrigin: true, pathRewrite: { '^/api': '', } } } }, // 输出文件目录 outputDir: 'D:\\wwwroot\\flyong\\hbuild\\GoAllOutTv\\onlinebuild', }