From 1d77e44d8bea54f6fb823dc035fb988ac85b63a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LAPTOP-S9HJSOEB=5C=E6=98=8A=E5=A4=A9?= Date: Mon, 28 Jul 2025 15:37:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=9A=8F=E8=A1=8C=EF=BC=8C?= =?UTF-8?q?=E6=91=84=E5=83=8F=E5=A4=B4=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 52 +++++++++++++++++------------------ src/views/videoWall/index.vue | 2 +- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 1117c24..5ed96ba 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -34,19 +34,19 @@ 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: 'videoWall2', + // name: 'videoWall2', + // meta: { + // icon: 'desktop', + // name: '视频墙2' + // }, + // component: () => import('@/views/videoWall2/index'), + // }, { path: 'realTimeMonitoring', name: 'realTimeMonitoring', @@ -137,14 +137,14 @@ const routes = [{ }, component: () => import('@/views/cameraManage/index') }, - // { - // path: 'cameraManage/model', - // name: 'cameraManageModel', - // meta: { - // name: '球机管理测试or配置' - // }, - // component: () => import('@/views/cameraManage/model') - // }, + { + path: 'cameraManage/model', + name: 'cameraManageModel', + meta: { + name: '球机管理测试or配置' + }, + component: () => import('@/views/cameraManage/model') + }, // // { // // path: 'productSpecManage', // // name: 'productSpecManage', @@ -164,14 +164,14 @@ const routes = [{ // // component: () => import('@/views/repertoryManage/index') // // }, - // { - // path: 'cameraManage/ioTable', - // name: 'ioTable', - // meta: { - // name: 'IO表配置' - // }, - // component: () => import('@/views/cameraManage/ioTable') - // }, + { + path: 'cameraManage/ioTable', + name: 'ioTable', + meta: { + name: 'IO表配置' + }, + component: () => import('@/views/cameraManage/ioTable') + }, // { // path: 'center', // name: 'center', diff --git a/src/views/videoWall/index.vue b/src/views/videoWall/index.vue index dfd81b8..34e2846 100644 --- a/src/views/videoWall/index.vue +++ b/src/views/videoWall/index.vue @@ -98,7 +98,7 @@ export default { console.log("clientHeight:"+this.clientHeight) }, getAllCameras(){ - this.$api.httpApi.getAllCameras1({ + this.$api.httpApi.getAllCameras({ data: {} }).then(res => { if(res.code == 200) {