diff --git a/src/api/http/http-api.js b/src/api/http/http-api.js
index d094c23..bdd5d84 100644
--- a/src/api/http/http-api.js
+++ b/src/api/http/http-api.js
@@ -25,6 +25,11 @@ export default {
url: "/street/list",
name: "获取全部巷道列表"
},
+ cameraRecord: {
+ method: "POST",
+ url: "/cameraRecord/record",
+ name: "球机回放信息"
+ },
addStreet: {
method: "POST",
url: "/street",
diff --git a/src/router/index.js b/src/router/index.js
index e9677a3..3d69287 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -104,6 +104,15 @@ const routes = [
},
+ {
+ path: 'videoPlayback',
+ name: 'videoPlayback',
+ meta: {
+ icon: 'tag',
+ name: '记录回放',
+ },
+ component: () => import('@/views/videoPlayback/index'),
+ },
{
path: 'historyMonitoring',
name: 'historyMonitoring',
diff --git a/src/views/videoPlayback/index.vue b/src/views/videoPlayback/index.vue
new file mode 100644
index 0000000..6659811
--- /dev/null
+++ b/src/views/videoPlayback/index.vue
@@ -0,0 +1,410 @@
+
+
+
+
+
+ 时间:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+