运营趋势

This commit is contained in:
yanran200730
2023-01-29 10:40:38 +08:00
parent 2193c950d9
commit cfcbef14c5
5 changed files with 328 additions and 211 deletions

View File

@@ -64,6 +64,14 @@ module.exports = {
'^/lan': '/'
}
},
'/analysis': {
target: 'http://192.168.1.87:22001',
changeOrigin: true,
pathRewrite: {
//地址重写
'^/analysis': '/'
}
},
'/test': {
target: 'http://192.168.1.105:9000',
changeOrigin: true,