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