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) { 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}}