3D模型地址

This commit is contained in:
zzyuan 2024-04-19 17:08:35 +08:00
parent 4145b9c3f3
commit 6eedd1af6f
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', URL_IP+'/pages/3Dglb/index.html');
$('#modelIframe').attr('src', '../../../pages/3Dglb/index.html');
layui.use(['layer','table','form'], function () {
layer = layui.layer;