From ac1e604eb455e165e84496270fe065cbb4540bca Mon Sep 17 00:00:00 2001 From: Iwan Lebron <105045937+iwanlebron@users.noreply.github.com> Date: Sat, 27 Jul 2024 11:50:18 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E4=BC=A0=E5=8F=82=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web_src/src/components/PushVideoList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_src/src/components/PushVideoList.vue b/web_src/src/components/PushVideoList.vue index e69f56da..71b96a14 100755 --- a/web_src/src/components/PushVideoList.vue +++ b/web_src/src/components/PushVideoList.vue @@ -228,7 +228,7 @@ export default { url: "/api/push/stop", params: { app: row.app, - streamId: row.stream + stream: row.stream } }).then((res) => { if (res.data.code === 0) { From 82684373ecca37044b24f643b22080dac99850fd Mon Sep 17 00:00:00 2001 From: Iwan Lebron <105045937+iwanlebron@users.noreply.github.com> Date: Wed, 31 Jul 2024 18:51:56 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dgit=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E4=B8=8D=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web_src/src/components/dialog/configInfo.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web_src/src/components/dialog/configInfo.vue b/web_src/src/components/dialog/configInfo.vue index 4ac90cc1..706cacca 100755 --- a/web_src/src/components/dialog/configInfo.vue +++ b/web_src/src/components/dialog/configInfo.vue @@ -21,9 +21,9 @@ {{configInfoData.version.version}} - {{configInfoData.version.BUILD_DATE}} - {{configInfoData.version.GIT_Revision_SHORT}} - {{configInfoData.version.GIT_DATE}} + {{configInfoData.version.build_DATE}} + {{configInfoData.version.git_Revision_SHORT}} + {{configInfoData.version.git_DATE}}