diff --git a/proxy.config.json b/proxy.config.json index f1d1515..1568d38 100644 --- a/proxy.config.json +++ b/proxy.config.json @@ -2,13 +2,13 @@ "/api": { "target": "http://121.36.37.70:8906/", "测试1": "http://121.36.37.70:8906/", - "测试2": "https://znaq.sinochemoilmarketing.com/", + "测试2": "http://121.36.37.70:8906/", "测试3": "https://gas.anxincloud.cn/", "secure": false, "changeOrigin": true }, "/signalr": { - "target": "https://znaq.sinochemoilmarketing.com/", + "target": "http://121.36.37.70:8906/", "secure": false, "ws": true, "logLevel": "debug" diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 74dea7b..87387c2 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -19,7 +19,7 @@ export class AppComponent { public token: CacheTokenService, private notificationService: NzNotificationService ) {} - VERSION = 20240513; + VERSION = 20240521; ngOnInit(): void { this.sayHello(); } diff --git a/src/app/pages/home-page/home-page.component.ts b/src/app/pages/home-page/home-page.component.ts index b46944b..7ebebf7 100644 --- a/src/app/pages/home-page/home-page.component.ts +++ b/src/app/pages/home-page/home-page.component.ts @@ -614,6 +614,8 @@ export class HomePageComponent implements OnInit { this.warningechartbar.dispose(); this.oilchartpie.dispose(); this.oilchartbar.dispose(); + + this.mouseEnter(); } resolutionRatio() { diff --git a/src/app/pages/home/home.component.html b/src/app/pages/home/home.component.html index 0d45099..8225d5b 100644 --- a/src/app/pages/home/home.component.html +++ b/src/app/pages/home/home.component.html @@ -25,7 +25,6 @@
- @@ -117,5 +116,4 @@ - - + \ No newline at end of file diff --git a/src/app/pages/home/home.component.ts b/src/app/pages/home/home.component.ts index f099bea..c3e88a2 100644 --- a/src/app/pages/home/home.component.ts +++ b/src/app/pages/home/home.component.ts @@ -345,6 +345,7 @@ export class HomeComponent implements OnInit { var player = new Audio(audioUrl); player.play(); //播放 mp3这个音频对象 } + modalData; look(item) { console.log("推送信息", item);