From 9e9b34c0b4653698774625b54c63c976b5913e24 Mon Sep 17 00:00:00 2001 From: wangzhongjie Date: Fri, 13 Jun 2025 10:15:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=86=E9=A2=91=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/Index.ets | 2 +- entry/src/main/ets/pages/VideoConfig.ets | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/entry/src/main/ets/pages/Index.ets b/entry/src/main/ets/pages/Index.ets index cb030da..12cd017 100644 --- a/entry/src/main/ets/pages/Index.ets +++ b/entry/src/main/ets/pages/Index.ets @@ -78,7 +78,7 @@ struct Index { async onPageShow(): Promise { console.log("首页 onPageShow") await UseAuth(this.context) - DifferentialAndSignal.init() + // DifferentialAndSignal.init() DifferentialAndSignal.onMsg(() => { console.log("外层接受") }) diff --git a/entry/src/main/ets/pages/VideoConfig.ets b/entry/src/main/ets/pages/VideoConfig.ets index 5eeab82..32c91ca 100644 --- a/entry/src/main/ets/pages/VideoConfig.ets +++ b/entry/src/main/ets/pages/VideoConfig.ets @@ -107,7 +107,7 @@ struct VideoConfigPage { Video({ src: this.openFlag ? `rtsp://${this.videoConfig.userName}:${this.videoConfig.pwd}@${this.videoConfig.ip}:${this.videoConfig.port}/h264/ch${Reflect.get(this.videoConfig, - 'port')}/main/av_stream` : '', + item.td)}/main/av_stream` : '', currentProgressRate: this.curRate, controller: item.controller })