增加本地调试配置

This commit is contained in:
aixianling
2022-06-20 11:39:43 +08:00
parent 918b88e5e2
commit 4567edbd5f

View File

@@ -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,