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',