From 63df48585b96596daa275f36a6af3d2bf203c8f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LAPTOP-S9HJSOEB=5C=E6=98=8A=E5=A4=A9?= Date: Tue, 9 Jan 2024 13:35:23 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=A7=86=E9=A2=91=E5=A2=99=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?7=E5=A2=99=202.=E7=9B=B8=E6=9C=BA=E5=A2=9E=E5=8A=A0=E5=AE=BD?= =?UTF-8?q?=E9=AB=98=E8=87=AA=E5=AE=9A=E4=B9=89=203.=E7=9B=B8=E6=9C=BA?= =?UTF-8?q?=E6=9F=A5=E6=89=BE=E9=BB=98=E8=AE=A430=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/http/http-api.js | 5 +++++ src/plugins/antd.js | 2 +- src/router/index.js | 9 +++++++++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/src/api/http/http-api.js b/src/api/http/http-api.js index 2f50e28..d094c23 100644 --- a/src/api/http/http-api.js +++ b/src/api/http/http-api.js @@ -96,6 +96,11 @@ export default { url: "/realTime/allCameras/6", name: "获取全部球机" }, + getAllCameras7:{ + method: "GET", + url: "/realTime/allCameras/7", + name: "获取全部球机" + }, getWallStyle:{ method: "GET", url: "/realTime/wallStyle", diff --git a/src/plugins/antd.js b/src/plugins/antd.js index 94b8f30..61e038d 100644 --- a/src/plugins/antd.js +++ b/src/plugins/antd.js @@ -53,7 +53,7 @@ Vue.use(Icon); Vue.use(Tree); Vue.use(Timeline); try { - Vue.use(result); + // Vue.use(result); }catch (e){ console.log(e); } diff --git a/src/router/index.js b/src/router/index.js index 448aa72..e9677a3 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -84,6 +84,15 @@ const routes = [ }, component: () => import('@/views/videoWall6/index'), }, + { + path: 'videoWall7', + name: 'videoWall7', + meta: { + icon: 'desktop', + name: '视频墙7' + }, + component: () => import('@/views/videoWall7/index'), + }, { path: 'realTimeMonitoring', name: 'realTimeMonitoring',