module.exports = { lintOnSave: false, devServer: { proxy: { '/api': { target: 'http://192.168.0.162:19080/', changeOrigin: true, pathRewrite: { '^/api': '', } } } }, // 输出文件目录 outputDir: 'D:/wwwroot/flyLongApp/build', // outputDir: 'D:/wwwroot/wifiDig/muse/electron/static_mobile', // publicPath : './', }