Merge branch 'dev' into build

This commit is contained in:
2022-11-21 14:58:40 +08:00
2 changed files with 2 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ module.exports = {
proxy: {
//设置代理,可解决跨5
'/lan': {
target: 'http://192.168.1.87:9000',
target: 'http://dvcp.sinocare.net',
changeOrigin: true,
pathRewrite: {
//地址重写
@@ -97,7 +97,7 @@ module.exports = {
}
},
'/lns': {
target: 'http://localhost:12525',
target: 'http://dvcp.sinocare.net',
changeOrigin: true,
pathRewrite: {
//地址重写