| | |
| | | * @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: |
| | | * |
| | |
| | | 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 |