diff --git a/proxy.config.json b/proxy.config.json index ee63e5b..24dc19c 100644 --- a/proxy.config.json +++ b/proxy.config.json @@ -1,13 +1,13 @@ { "/api": { - "target": "http://121.36.37.70:8080/", + "target": "http://10.156.134.53:9001/", "测试":"http://121.36.37.70:8080/", "生产":"http://10.156.134.53:9001/", "secure": false, "changeOrigin": true }, "/signalr": { - "target": "http://121.36.37.70:8080/", + "target": "http://10.156.134.53:9001/", "secure": false, "ws": true, "logLevel": "debug" diff --git a/src/app/system-management/analysis-of-the-host/worker-tag/worker-tag.component.ts b/src/app/system-management/analysis-of-the-host/worker-tag/worker-tag.component.ts index 28e0f46..8df0351 100644 --- a/src/app/system-management/analysis-of-the-host/worker-tag/worker-tag.component.ts +++ b/src/app/system-management/analysis-of-the-host/worker-tag/worker-tag.component.ts @@ -97,7 +97,7 @@ export class WorkerTagComponent implements OnInit { resolve(data); }, error: (err) => { - _this.message.create('error', '批量修改失败,请重试'); + // _this.message.create('error', '批量修改失败,请重试'); reject(err); }, }); @@ -116,7 +116,7 @@ export class WorkerTagComponent implements OnInit { resolve(data); }, error: (err) => { - _this.message.create('error', '批量推送失败'); + // _this.message.create('error', '批量推送失败'); reject(err); }, });