三维路径

This commit is contained in:
haozq 2024-04-19 17:40:57 +08:00
parent 6eedd1af6f
commit 8ad5dc90b3
1 changed files with 1 additions and 1 deletions

View File

@ -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;