diff --git a/pages.json b/pages.json index dd04438a..d7845770 100644 --- a/pages.json +++ b/pages.json @@ -67,6 +67,16 @@ "path": "pages/videoManage/playVideo", "style": {} }, + { + "path": "pages/videoManage/playBackList", + "style": { + "navigationBarTitleText": "录像查询", + "enablePullDownRefresh": false, + "onReachBottomDistance": 100, + "navigationBarBackgroundColor": "#3A7BFF", + "navigationBarTextStyle": "white" + } + }, { "path": "pages/projectEnd/projectIndex/projectIndex", "style": {} diff --git a/pages/videoManage/playBackList.vue b/pages/videoManage/playBackList.vue new file mode 100644 index 00000000..0bbba826 --- /dev/null +++ b/pages/videoManage/playBackList.vue @@ -0,0 +1,122 @@ + + + + + \ No newline at end of file diff --git a/pages/videoManage/playVideo.vue b/pages/videoManage/playVideo.vue index 0351baac..160e2d0d 100644 --- a/pages/videoManage/playVideo.vue +++ b/pages/videoManage/playVideo.vue @@ -26,7 +26,7 @@ - + 视频回放 @@ -54,6 +54,12 @@ } }, methods:{ + // 跳转到录像回放列表 + toBackList(){ + uni.navigateTo({ + url: './playBackList' + }) + }, changeStreamFn(){ if(this.streamType==1){ this.streamType=2