企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
在D:\ireport365\ireport365.war\WEB-INF\pages\enduser\designer\index.jsp 这里添加以下路劲 ``` \_scripts.push({url: "/cdn/1.0/layer/layer.js"}); \_scripts.push({url: "/cdn/1.0/three/three.min.js"}); \_scripts.push({url: "/cdn/1.0/three/OrbitControls.js"}); \_scripts.push({url: "/cdn/1.0/three/ThreeBSP.js"}); \_scripts.push({url: "/cdn/1.0/three/tweenjs.js"}); \_scripts.push({url: "/cdn/1.0/three/stats.min.js"}); \_scripts.push({url: "/cdn/1.0/three/Detector.js"}); ``` 如下图 ![](https://box.kancloud.cn/7b4271f90345eab730ca1721f1b9afaf_846x649.png) 在分享页D:\ireport365\ireport365.war\WEB-INF\classes\system-resource\report-template.html 里添加以下路劲资源 ``` \_scripts.push({url: "${cdnPath}cdn/1.0/layer/layer.js"}); \_scripts.push({url: "${cdnPath}cdn/1.0/three/three.min.js"}); \_scripts.push({url: "${cdnPath}cdn/1.0/three/OrbitControls.js"}); \_scripts.push({url: "${cdnPath}cdn/1.0/three/ThreeBSP.js"}); \_scripts.push({url: "${cdnPath}cdn/1.0/three/tweenjs.js"}); \_scripts.push({url: "${cdnPath}cdn/1.0/three/stats.min.js"}); \_scripts.push({url: "${cdnPath}cdn/1.0/three/Detector.js"}); ``` 还需要图片 需要贴图