|
@@ -294,7 +294,7 @@ module.exports = {
|
|
|
},
|
|
|
'/image-service': {
|
|
|
// 目标 API 地址
|
|
|
- target: 'http://60.205.177.43:8080/' ,
|
|
|
+ target: 'http://60.205.177.43:8080/',
|
|
|
// target: 'http://api.sagacloud.cn',
|
|
|
// 如果要代理 websockets
|
|
|
ws: true,
|
|
@@ -317,8 +317,8 @@ module.exports = {
|
|
|
}
|
|
|
},
|
|
|
'/schedulerapi': {
|
|
|
- // target: 'http://172.16.42.210:8081',
|
|
|
- target: 'http://mbi.sagacloud.cn:8080',
|
|
|
+ target: 'http://60.205.177.43:8080/',
|
|
|
+ // target: 'http://mbi.sagacloud.cn:8080',
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
|
"^/schedulerapi": "/"
|