Commit c1f6401598098a38be7b6cd00d91a7750d7fad20
1 parent
d36920c6
修复级联编辑页面开关的重置
Showing
1 changed file
with
1 additions
and
0 deletions
web_src/src/components/dialog/platformEdit.vue
| @@ -269,6 +269,7 @@ export default { | @@ -269,6 +269,7 @@ export default { | ||
| 269 | transport: "UDP", | 269 | transport: "UDP", |
| 270 | characterSet: "GB2312", | 270 | characterSet: "GB2312", |
| 271 | shareAllLiveStream: false, | 271 | shareAllLiveStream: false, |
| 272 | + startOfflinePush: false, | ||
| 272 | } | 273 | } |
| 273 | }, | 274 | }, |
| 274 | deviceGBIdExit: async function (deviceGbId) { | 275 | deviceGBIdExit: async function (deviceGbId) { |