From e4986834f21de6b4d4e40111f44ea0a737c6672f Mon Sep 17 00:00:00 2001
From: libingtao <1007325366@qq.com>
Date: Fri, 26 Jul 2024 16:19:43 +0800
Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E9=97=AE=E9=A2=98=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
analyze.html | 2 +-
src/views/page/hkplay.vue | 212 ++++++++++++++++++--------------------
src/views/page/index.vue | 6 +-
3 files changed, 103 insertions(+), 117 deletions(-)
diff --git a/analyze.html b/analyze.html
index b2f6d613..7691332d 100644
--- a/analyze.html
+++ b/analyze.html
@@ -4822,7 +4822,7 @@ var drawChart = (function (exports) {
+ #player {
+ height: 100%;
+ width: 100%;
+ background: #000;
+ }
+
\ No newline at end of file
diff --git a/src/views/page/index.vue b/src/views/page/index.vue
index 4fd28aae..e597c24c 100644
--- a/src/views/page/index.vue
+++ b/src/views/page/index.vue
@@ -1059,12 +1059,12 @@ const pointCode = ref()
if (a.deviceType == '00') {
if (a.alarmType == 'isc') {
try {
- router.push({ path: '/index/hkplay', query: { pointId: a.pointId } })
- // let routeData = router.resolve({ path: '/index/hkplay', query: { pointId: a.pointId } })
+ // router.push({ path: '/index/hkplay', query: { pointId: a.pointId } })
+ let routeData = router.resolve({ path: '/index/hkplay', query: { pointId: a.pointId } })
// console.log('🚀 ~ routeData:', JSON.stringify(routeData))
// window.location.href = routeData.href
- // window.open(routeData.href, '_blank')
+ window.open(routeData.href, '_blank')
// window.open('http://172.10.10.161:9527/#/index/hkplay?pointId=43000000581314000013', '_blank') //直接跳要么白屏,要么说未找到token
// window.open('https://www.hndyjqrh.cn/#/index/hkplay?pointId=43000000581314000013', '_blank')
} catch (error) {