From eef70064e89bd1ad44dc25276402bf8ae6f1f702 Mon Sep 17 00:00:00 2001 From: Sjh <55341701@qq.com> Date: Tue, 21 May 2024 11:05:19 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E5=96=84]=E6=9B=B4=E6=96=B0=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proxy.config.json | 4 ++-- src/app/app.component.ts | 2 +- src/app/pages/home-page/home-page.component.ts | 2 ++ src/app/pages/home/home.component.html | 4 +--- src/app/pages/home/home.component.ts | 1 + 5 files changed, 7 insertions(+), 6 deletions(-) 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);