Sign in
guzijian
/
wvp-GB28181-pro
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
c1f6401598098a38be7b6cd00d91a7750d7fad20
Authored by
648540858
2022-04-18 11:45:53 +0800
1 parent
d36920c6
修复级联编辑页面开关的重置
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
web_src/src/components/dialog/platformEdit.vue
web_src/src/components/dialog/platformEdit.vue
View file @
c1f6401
...
...
@@ -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) {
...
...