qinhouyu 2 anni fa
parent
commit
9a71a87e80
2 ha cambiato i file con 1511 aggiunte e 1481 eliminazioni
  1. 8 0
      src/api/monitor.js
  2. 1503 1481
      src/views/monitor.vue

+ 8 - 0
src/api/monitor.js

@@ -87,3 +87,11 @@ export function getMonitorDeviceAndDataList(deptId) {
     method: 'get',
   })
 }
+
+//未覆盖区域
+export function notCoverPlaces(deptId) {
+  return request({
+    url: `/center-data/camera/getList?deptId=${deptId}`,
+    method: 'get',
+  })
+}

File diff suppressed because it is too large
+ 1503 - 1481
src/views/monitor.vue