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
fcb76a9ebc56575bb0d17a04e0d7c715976be6d6
Authored by
Lawrence
2021-01-14 23:41:54 +0800
1 parent
6c4da7be
修正初次打开通道选择列表每页数量不对的问题
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web_src/src/components/gb28181/chooseChannelForGb.vue
web_src/src/components/gb28181/chooseChannelForGb.vue
View file @
fcb76a9
...
...
@@ -72,7 +72,7 @@ export default {
72
72
online: "",
73
73
choosed: "",
74
74
currentPage: 0,
75
- count: 1
5
,
75
+ count: 1
0
,
76
76
total: 0,
77
77
eventEnanle: false
78
78
...
...