From 568141b2bce6c790ec14c2f4605716e6842d9eb8 Mon Sep 17 00:00:00 2001 From: panlinlin <648540858@qq.com> Date: Thu, 7 Jan 2021 16:44:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=91=E5=8F=B0=E6=8E=A7?= =?UTF-8?q?=E5=88=B6=E7=9A=84=E9=80=9F=E5=BA=A6=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 2 +- .../src/components/gb28181/devicePlayer.vue | 22 +++++++++++++++---- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index caf4dfcd..ef46c2ad 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,3 +1,3 @@ spring: profiles: - active: dev \ No newline at end of file + active: local \ No newline at end of file diff --git a/web_src/src/components/gb28181/devicePlayer.vue b/web_src/src/components/gb28181/devicePlayer.vue index ed8464af..ef82ae87 100644 --- a/web_src/src/components/gb28181/devicePlayer.vue +++ b/web_src/src/components/gb28181/devicePlayer.vue @@ -64,9 +64,13 @@
-
-
+
+
+
+ +
+
预置位编号 @@ -167,6 +171,7 @@ export default { loadingRecords: false, recordsLoading: false, isLoging: false, + controSpeed: 30, timeVal: 0, timeMin: 0, timeMax: 1440, @@ -399,7 +404,7 @@ export default { method: 'post', // url: '/api/ptz/' + this.deviceId + '/' + this.channelId + '?leftRight=' + leftRight + '&upDown=' + upDown + // '&inOut=' + zoom + '&moveSpeed=50&zoomSpeed=50' - url: '/api/ptz/' + this.deviceId + '/' + this.channelId + '?cmdCode=' + (zoom * 16 + upDown * 4 + leftRight) + '&horizonSpeed=30&verticalSpeed=30&zoomSpeed=' + (2 * 16) + url: '/api/ptz/' + this.deviceId + '/' + this.channelId + '?cmdCode=' + (zoom * 16 + upDown * 4 + leftRight) + '&horizonSpeed=' + this.controSpeed + '&verticalSpeed=' + this.controSpeed + '&zoomSpeed=' + this.controSpeed }).then(function (res) {}); }, //////////////////////播放器事件处理////////////////////////// @@ -490,7 +495,7 @@ export default { max-width: 6.25rem; max-height: 6.25rem; border-radius: 100%; - margin-top: 2.5rem; + margin-top: 1.5rem; margin-left: 0.5rem; float: left; } @@ -514,6 +519,9 @@ export default { box-sizing: border-box; transition: all 0.3s linear; } +.control-btn:hover { + cursor:pointer +} .control-btn i { font-size: 20px; @@ -522,6 +530,12 @@ export default { justify-content: center; align-items: center; } +.control-btn i:hover { + cursor:pointer +} +.control-zoom-btn:hover { + cursor:pointer +} .control-round { position: absolute;