网格区块基本调整完毕

This commit is contained in:
aixianling
2022-05-31 18:33:43 +08:00
parent a09048af63
commit e71d1fcf12
7 changed files with 693 additions and 907 deletions

View File

@@ -104,16 +104,15 @@ module.exports = {
'^/xsjr': '/'
}
},
'/grid': {
target: 'http://192.168.1.87:12307',
'/wg': {
target: 'http://192.168.1.34:10000',
changeOrigin: true,
pathRewrite: {
//地址重写
'^/grid': '/'
'^/wg': '/'
}
}
},
disableHostCheck: true
}
};