From e314cb0314609a5949c57e5ace7084d778434a31 Mon Sep 17 00:00:00 2001
From: SHAOJIAHAO <55341701@qq.com>
Date: Tue, 16 Aug 2022 14:39:30 +0800
Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E5=96=84]=E9=85=8D=E7=BD=AE=E6=96=87?=
=?UTF-8?q?=E4=BB=B6=E5=AE=8C=E5=96=84?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
proxy.config.json | 4 ++--
src/app/app.module.ts | 3 +--
.../condition-monitoring/model/model.component.html | 4 +++-
.../host-config/host-config.component.ts | 11 +++++++++--
.../organization/organization.component.html | 6 +++---
.../organization/organization.component.scss | 8 --------
6 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/proxy.config.json b/proxy.config.json
index 12f3cd9..df2c281 100644
--- a/proxy.config.json
+++ b/proxy.config.json
@@ -1,11 +1,11 @@
{
"/api": {
- "target": "http://39.106.78.171:8920",
+ "target": "http://121.36.37.70:8080",
"secure": false,
"changeOrigin": true
},
"/signalr": {
- "target": "http://39.106.78.171:8920",
+ "target": "http://121.36.37.70:8080",
"secure": false,
"ws": true,
"logLevel": "debug"
diff --git a/src/app/app.module.ts b/src/app/app.module.ts
index 72a75de..301a3e2 100644
--- a/src/app/app.module.ts
+++ b/src/app/app.module.ts
@@ -28,8 +28,7 @@ import { ConfigFormDataService } from './service/configFormData.service';
NzNotificationModule,
NzMessageModule
],
- providers: [httpInterceptorProviders, CacheTokenService, TreeService, ConfigFormDataService,
- { provide: RouteReuseStrategy, useClass: CustomReuseStrategy }],
+ providers: [httpInterceptorProviders, CacheTokenService, TreeService, ConfigFormDataService],
bootstrap: [AppComponent]
})
export class AppModule { }
diff --git a/src/app/system-management/condition-monitoring/model/model.component.html b/src/app/system-management/condition-monitoring/model/model.component.html
index 26b4f8e..f2bdfee 100644
--- a/src/app/system-management/condition-monitoring/model/model.component.html
+++ b/src/app/system-management/condition-monitoring/model/model.component.html
@@ -9,7 +9,9 @@