From ea06d2d1d4ae609bd96c3799d848b5305c0357ec Mon Sep 17 00:00:00 2001 From: wangxk Date: Thu, 12 Jun 2025 17:25:34 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=B7=BB=E5=8A=A0=E5=8F=91?= =?UTF-8?q?=E5=85=89=E5=91=8A=E8=AD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/IntelligentPoint/point.vue | 2 + .../intelligentcontrol/index.vue | 7 +- riis-web/src/views/dashboard/3DModelSet.vue | 602 +++++++++++++++++- riis-web/src/views/dashboard/index.vue | 2 +- .../threevisitation/3Dbrowsing/index.vue | 537 ++++++++-------- 5 files changed, 869 insertions(+), 281 deletions(-) diff --git a/riis-web/src/components/IntelligentPoint/point.vue b/riis-web/src/components/IntelligentPoint/point.vue index 4311379..41cd8ee 100644 --- a/riis-web/src/components/IntelligentPoint/point.vue +++ b/riis-web/src/components/IntelligentPoint/point.vue @@ -65,6 +65,7 @@ const loadImages = async () => { await new Promise((resolve) => { mainImg.src = props.mainImage; mainImg.onload = resolve; + mainImg.crossOrigin = "anonymous"; }); overlays.value = await Promise.all( @@ -73,6 +74,7 @@ const loadImages = async () => { await new Promise((resolve) => { img.src = config.url; img.onload = resolve; + img.crossOrigin = "anonymous"; }); return { id: config.id, diff --git a/riis-web/src/views/collectmonitor/intelligentcontrol/index.vue b/riis-web/src/views/collectmonitor/intelligentcontrol/index.vue index b3b82c1..5265d81 100644 --- a/riis-web/src/views/collectmonitor/intelligentcontrol/index.vue +++ b/riis-web/src/views/collectmonitor/intelligentcontrol/index.vue @@ -133,7 +133,8 @@ function openchange(row: any) { let params = { systemcode: row.systemcode, signalId: row.signalId, - type: row.deviceType, + deviceType:row.deviceType, + type:'yk', value: row.yxValue, } sendCommand(params).then((res: any) => { @@ -202,7 +203,7 @@ onMounted(() => {