From c1f6401598098a38be7b6cd00d91a7750d7fad20 Mon Sep 17 00:00:00 2001 From: 648540858 <456panlinlin> Date: 星期一, 18 四月 2022 11:45:53 +0800 Subject: [PATCH] 修复级联编辑页面开关的重置 --- web_src/src/components/dialog/platformEdit.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/web_src/src/components/dialog/platformEdit.vue b/web_src/src/components/dialog/platformEdit.vue index 1e51170..3b32d66 100644 --- a/web_src/src/components/dialog/platformEdit.vue +++ b/web_src/src/components/dialog/platformEdit.vue @@ -269,6 +269,7 @@ transport: "UDP", characterSet: "GB2312", shareAllLiveStream: false, + startOfflinePush: false, } }, deviceGBIdExit: async function (deviceGbId) { -- Gitblit v1.8.0