From 8ad5dc90b37fce1a6247a8d5ffab39a6565ef1b1 Mon Sep 17 00:00:00 2001 From: haozq <1611483981@qq.com> Date: Fri, 19 Apr 2024 17:40:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=89=E7=BB=B4=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/pages/towerAssInspect/towerAssInspect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/pages/towerAssInspect/towerAssInspect.js b/js/pages/towerAssInspect/towerAssInspect.js index 9681434..97c5440 100644 --- a/js/pages/towerAssInspect/towerAssInspect.js +++ b/js/pages/towerAssInspect/towerAssInspect.js @@ -2,7 +2,7 @@ let layer,table,form; let myChart = echarts.init(document.getElementById('tendency')); const bidCode = parent.$('#bidPro').val(); -$('#modelIframe').attr('src', '../../../pages/3Dglb/index.html'); +$('#modelIframe').attr('src', '../../pages/3Dglb/index.html'); layui.use(['layer','table','form'], function () { layer = layui.layer;