From 6eedd1af6fc45668f37c3201a5dc032b7d8cdd10 Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Fri, 19 Apr 2024 17:08:35 +0800 Subject: [PATCH] =?UTF-8?q?3D=E6=A8=A1=E5=9E=8B=E5=9C=B0=E5=9D=80?= 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 bb3e191..9681434 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', URL_IP+'/pages/3Dglb/index.html'); +$('#modelIframe').attr('src', '../../../pages/3Dglb/index.html'); layui.use(['layer','table','form'], function () { layer = layui.layer;