秀山账号管理完成
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user