From 0d0d0af93d6534aec2667122e55e06c3b47eb327 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 18 Feb 2025 20:27:38 +0800
Subject: [PATCH] 公司详情返回处理 瑞昌影像叠加调整 倾斜数据更换
---
src/views/companyInfo/components/box/fireTrend.vue | 15 +++------------
1 files changed, 3 insertions(+), 12 deletions(-)
diff --git a/src/views/companyInfo/components/box/fireTrend.vue b/src/views/companyInfo/components/box/fireTrend.vue
index 8d44366..364ecbd 100644
--- a/src/views/companyInfo/components/box/fireTrend.vue
+++ b/src/views/companyInfo/components/box/fireTrend.vue
@@ -2,7 +2,7 @@
* @Author: shuishen 1109946754@qq.com
* @Date: 2023-03-13 14:54:26
* @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2024-12-03 00:22:00
+ * @LastEditTime: 2025-02-18 20:18:21
* @FilePath: \bigScreen\src\views\companyInfo\components\box\fireTrend.vue
* @Description:
*
@@ -126,20 +126,11 @@
let incident = (e) => {
const { attrParams } = e.overlay
- console.log(attrParams, 894654)
-
-
if (
- attrParams.panoramicUrl && attrParams.panoramicUrl.length > 0 &&
- attrParams.panoramicUrl.indexOf("http://vr.jxpskj.com:180") != -1
+ attrParams.panoramicUrl && attrParams.panoramicUrl.length > 0
) {
- let panoramicUrl = attrParams.panoramicUrl.replace(
- "http://vr.jxpskj.com:180",
- "/panorama"
- )
-
panoramaTitle.value = attrParams.name
- panoramaUrl.value = panoramicUrl
+ panoramaUrl.value = attrParams.panoramicUrl
panoramaShow.value = true
return
--
Gitblit v1.9.3