diff --git a/dist.zip b/dist.zip
new file mode 100644
index 0000000..a029c52
Binary files /dev/null and b/dist.zip differ
diff --git a/public/antd_color.less b/public/antd_color.less
index ec14664..b746b9c 100644
--- a/public/antd_color.less
+++ b/public/antd_color.less
@@ -1397,7 +1397,7 @@ tr.ant-table-expanded-row:hover {background: #fbfbfb;}
.ant-tag-blue-inverse {color: #fff;background: #1890ff;border-color: #1890ff;}
.ant-tag-geekblue {color: #2f54eb;background: #f0f5ff;border-color: #adc6ff;}
.ant-tag-geekblue-inverse {color: #fff;background: #2f54eb;border-color: #2f54eb;}
-.ant-tag-purple {color: #722ed1;background: color(~`colorPalette("@{text-color-secondary}", 1)`);border-color: #d3adf7;}
+.ant-tag-purple {color: #722ed1;background: #f9f0ff;border-color: #d3adf7;}
.ant-tag-purple-inverse {color: #fff;background: #722ed1;border-color: #722ed1;}
.ant-time-picker-panel {color: @text-color;}
.ant-time-picker-panel-inner {background-color: #fff;background-clip: padding-box;border-radius: 4px;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);}
diff --git a/src/api/http/http-api.js b/src/api/http/http-api.js
index c9da053..e4ecd99 100644
--- a/src/api/http/http-api.js
+++ b/src/api/http/http-api.js
@@ -81,6 +81,11 @@ export default {
url: "/realTime/allCameras3",
name: "获取全部球机"
},
+ getAllCameras4:{
+ method: "GET",
+ url: "/realTime/allCameras4",
+ name: "获取全部球机"
+ },
getWallStyle:{
method: "GET",
url: "/realTime/wallStyle",
diff --git a/src/router/index.js b/src/router/index.js
index 285b666..27208db 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -55,6 +55,15 @@ const routes = [{
name: '视频墙3'
},
component: () => import('@/views/videoWall3/index'),
+ },
+ {
+ path: 'videoWall4',
+ name: 'videoWall4',
+ meta: {
+ icon: 'desktop',
+ name: '视频墙4'
+ },
+ component: () => import('@/views/videoWall4/index'),
},
{
path: 'realTimeMonitoring',
@@ -76,41 +85,41 @@ const routes = [{
},
component: () => import('@/views/historyMonitoring/index')
},
- {
- path: 'alarmLog',
- name: 'alarmLog',
- meta: {
- icon: 'eye',
- name: '告警日志'
- },
- component: () => import('@/views/alarmVideos/alarmLog')
- },
- {
- path: 'checkManage',
- name: 'checkManage',
- meta: {
- icon: 'form',
- name: '盘点管理',
- },
- component: () => import('@/views/checkManage/index'),
- },
- {
- path: 'checkOperation',
- name: 'checkOperation',
- meta: {
- name: '盘点操作'
- },
- component: () => import('@/views/checkManage/checkOperation'),
- },
- {
- path: 'checkHistory',
- name: 'checkHistory',
- meta: {
- icon: 'tag',
- name: '盘点历史',
- },
- component: () => import('@/views/historyCheck/index'),
- },
+ // {
+ // path: 'alarmLog',
+ // name: 'alarmLog',
+ // meta: {
+ // icon: 'eye',
+ // name: '告警日志'
+ // },
+ // component: () => import('@/views/alarmVideos/alarmLog')
+ // },
+ // {
+ // path: 'checkManage',
+ // name: 'checkManage',
+ // meta: {
+ // icon: 'form',
+ // name: '盘点管理',
+ // },
+ // component: () => import('@/views/checkManage/index'),
+ // },
+ // {
+ // path: 'checkOperation',
+ // name: 'checkOperation',
+ // meta: {
+ // name: '盘点操作'
+ // },
+ // component: () => import('@/views/checkManage/checkOperation'),
+ // },
+ // {
+ // path: 'checkHistory',
+ // name: 'checkHistory',
+ // meta: {
+ // icon: 'tag',
+ // name: '盘点历史',
+ // },
+ // component: () => import('@/views/historyCheck/index'),
+ // },
// {
// path: 'stockHistory',
// name: 'stockHistory',
diff --git a/src/views/cameraManage/model.vue b/src/views/cameraManage/model.vue
index 8e125bb..6f5cbd9 100644
--- a/src/views/cameraManage/model.vue
+++ b/src/views/cameraManage/model.vue
@@ -38,64 +38,6 @@
-
-
+
+
+
全屏
+
退出全屏
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file