Commit c1f6401598098a38be7b6cd00d91a7750d7fad20

Authored by 648540858
1 parent d36920c6

修复级联编辑页面开关的重置

web_src/src/components/dialog/platformEdit.vue
... ... @@ -269,6 +269,7 @@ export default {
269 269 transport: "UDP",
270 270 characterSet: "GB2312",
271 271 shareAllLiveStream: false,
  272 + startOfflinePush: false,
272 273 }
273 274 },
274 275 deviceGBIdExit: async function (deviceGbId) {
... ...