🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
在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"}); ``` 还需要图片 需要贴图