3D模型地址
This commit is contained in:
parent
4145b9c3f3
commit
6eedd1af6f
|
|
@ -2,7 +2,7 @@ let layer,table,form;
|
||||||
let myChart = echarts.init(document.getElementById('tendency'));
|
let myChart = echarts.init(document.getElementById('tendency'));
|
||||||
const bidCode = parent.$('#bidPro').val();
|
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 () {
|
layui.use(['layer','table','form'], function () {
|
||||||
layer = layui.layer;
|
layer = layui.layer;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue