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