diff --git a/src/router/index.js b/src/router/index.js index 285b666..a3983e3 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -34,28 +34,28 @@ const routes = [{ name: 'videoWall1`', meta: { icon: 'desktop', - name: '视频墙1' + name: '视频墙' }, component: () => import('@/views/videoWall/index'), }, - { - path: 'videoWall2', - name: 'videoWall2', - meta: { - icon: 'desktop', - name: '视频墙2' - }, - component: () => import('@/views/videoWall2/index'), - }, - { - path: 'videoWall3', - name: 'videoWall3', - meta: { - icon: 'desktop', - name: '视频墙3' - }, - component: () => import('@/views/videoWall3/index'), - }, + // { + // path: 'videoWall2', + // name: 'videoWall2', + // meta: { + // icon: 'desktop', + // name: '视频墙2' + // }, + // component: () => import('@/views/videoWall2/index'), + // }, + // { + // path: 'videoWall3', + // name: 'videoWall3', + // meta: { + // icon: 'desktop', + // name: '视频墙3' + // }, + // component: () => import('@/views/videoWall3/index'), + // }, { path: 'realTimeMonitoring', name: 'realTimeMonitoring', diff --git a/src/views/videoWall/index.vue b/src/views/videoWall/index.vue index dfd81b8..a85b8bb 100644 --- a/src/views/videoWall/index.vue +++ b/src/views/videoWall/index.vue @@ -1,57 +1,104 @@ \ No newline at end of file + \ No newline at end of file