增加本地调试配置
This commit is contained in:
@@ -96,6 +96,14 @@ module.exports = {
|
||||
'^/ns': '/'
|
||||
}
|
||||
},
|
||||
'/lns': {
|
||||
target: 'http://localhost:12525',
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
//地址重写
|
||||
'^/lns': '/'
|
||||
}
|
||||
},
|
||||
'/xsjr': {
|
||||
target: 'http://192.168.1.87:39896',
|
||||
changeOrigin: true,
|
||||
|
||||
Reference in New Issue
Block a user