module.exports = { publicPath:"./", lintOnSave: false, devServer: { host: 'localhost', port: 8082, proxy: { '/metadata': { target: 'http://10.168.57.10:21000', changeOrigin: true, pathRewrite: { '^/metadata': '' }, }, // 大数据平台 '/bigdata': { // target: ' http://192.168.1.124:8081', target: ' http://182.92.79.148:8081', // target: 'http://192.168.1.103:8081', changeOrigin: true, ws: false, pathRewrite: { '^/bigdata': '/' }, }, }, } }