秀山账号管理完成

This commit is contained in:
aixianling
2022-02-22 11:31:29 +08:00
parent 39c459c04c
commit 70e733a7b5
4 changed files with 281 additions and 5 deletions

View File

@@ -64,11 +64,7 @@ module.exports = {
proxy: {
//设置代理,可解决跨5
'/lan': {
// target: "https://gsgate.cunwuyun.cn/",
target: 'http://192.168.1.87:9000/',
// target: "http://192.168.1.113:9998/",
// target: "http://192.168.1.245:9000/",
// target: "http://192.168.1.34:19898",
changeOrigin: true,
pathRewrite: {
//地址重写
@@ -85,6 +81,14 @@ module.exports = {
'^/oms/admin/': '/',
'^/oms': '/'
}
},
'/xsjr': {
target: 'http://192.168.1.87:39898',
changeOrigin: true,
pathRewrite: {
//地址重写
'^/xsjr': '/'
}
}
},
disableHostCheck: true