diff --git a/src/views/bigScreen/cesiumtest0.vue b/src/views/bigScreen/cesiumtest0.vue index cb124a74..9b711b60 100644 --- a/src/views/bigScreen/cesiumtest0.vue +++ b/src/views/bigScreen/cesiumtest0.vue @@ -21,14 +21,10 @@ export default { } }, created() { - const scriptInfo = document.createElement("script"); - scriptInfo.setAttribute("data-callType", "callScript"); - scriptInfo.src = "http://mars3d.cn/lib/Cesium/Cesium.js"; - const scriptInfo1 = document.createElement("script"); - scriptInfo1.setAttribute("data-callType", "callScript"); - scriptInfo1.src = "http://mars3d.cn/lib/mars3d/mars3d.js"; - document.head.appendChild(scriptInfo); - document.head.appendChild(scriptInfo1); + // const scriptInfo = document.createElement("script"); + // scriptInfo.setAttribute("data-callType", "callScript"); + // scriptInfo.src = "http://mars3d.cn/lib/Cesium/Cesium.js"; + // document.head.appendChild(scriptInfo); }, mounted() { var mapOptions = {