增加慧治理代理
This commit is contained in:
@@ -113,6 +113,13 @@
|
||||
"pathRewrite": {
|
||||
"^/tr": "/"
|
||||
}
|
||||
},
|
||||
"/hzl": {
|
||||
"target": "http://192.168.1.87:39000/",
|
||||
"changeOrigin": true,
|
||||
"pathRewrite": {
|
||||
"^/hzl": "/"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -75,6 +75,8 @@ export default {
|
||||
module = 'online'
|
||||
} else if (/\/project\/xincheng\//.test(libPath)) {
|
||||
module = 'xaxc'
|
||||
} else if (/\/project\/huizhili\//.test(libPath)) {
|
||||
module = 'hzl'
|
||||
} else if (/\/project\/qianxinan\//.test(libPath)) {
|
||||
module = 'qxn'
|
||||
} else if (/\/project\/tongren\//.test(libPath)) {
|
||||
|
||||
Reference in New Issue
Block a user