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
d27164bf20154b6053ce61418b6275fdc512a0cc
Authored by
lawrencehj
2021-04-13 10:06:36 +0800
1 parent
344994c7
修正播放按钮失效问题
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web_src/src/components/channelList.vue
web_src/src/components/channelList.vue
View file @
d27164b
...
...
@@ -224,7 +224,7 @@ export default {
224
224
if (error.response.status == 402) { // 已经停止过
225
225
that.initData();
226
226
}else {
227
- console.log(e
)
227
+ console.log(e
rror
)
228
228
}
229
229
});
230
230
},
...
...