module.exports = { publicPath: './', outputDir: 'dist', devServer: { proxy: { '/api/api': { target: 'http://srs.highdatas.com:8090', // target: 'http://192.168.31.233:8090', // target: 'http://ichwt2.natappfree.cc', changeOrigin: true, ws: true, pathRewrite: { '^/api/api': '' } } } } }