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 @@