增加测试节点
This commit is contained in:
@@ -64,6 +64,14 @@ module.exports = {
|
||||
'^/lan': '/'
|
||||
}
|
||||
},
|
||||
'/test': {
|
||||
target: 'http://192.168.1.105:9000',
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
//地址重写
|
||||
'^/test': '/'
|
||||
}
|
||||
},
|
||||
'/saas': {
|
||||
target: 'http://192.168.1.34:19898',
|
||||
changeOrigin: true,
|
||||
|
||||
Reference in New Issue
Block a user