From 3b9477e4179ac9fca90a1abeb2cf544155d832bc Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期五, 20 八月 2021 14:27:54 +0800 Subject: [PATCH] 长春跟踪app --- src/components/player/index.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/components/player/index.vue b/src/components/player/index.vue index a1757a3..d403358 100644 --- a/src/components/player/index.vue +++ b/src/components/player/index.vue @@ -80,6 +80,7 @@ }, watch: { rtspUrl: function (newVal, oldVal) { + console.log("new rstp:::", newVal); if (newVal !== oldVal) { if (this.wfs.config) { this.wfs.destroy(); -- Gitblit v1.8.0