From 72ecf078f6c2e37e8c7bc3b2ac48ab0609c5f754 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 22 Mar 2023 15:19:17 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/srs-police-affairs
---
src/views/activity/components/videoControlBox.vue | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/views/activity/components/videoControlBox.vue b/src/views/activity/components/videoControlBox.vue
index 536695c..7ad2939 100644
--- a/src/views/activity/components/videoControlBox.vue
+++ b/src/views/activity/components/videoControlBox.vue
@@ -317,7 +317,6 @@
* @return {*}
*/
getRegionList (positionNewStr) {
- console.log(positionNewStr)
getRegionList({ page: 1, count: 15, range: positionNewStr }).then(res => {
let monitorData = res.data.data.list
this.initMonitoringIcon(monitorData)
--
Gitblit v1.9.3