三维路径
This commit is contained in:
parent
6eedd1af6f
commit
8ad5dc90b3
|
|
@ -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', '../../../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