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;