mars3d文件
This commit is contained in:
parent
e13a52beea
commit
be92fd5ce1
|
@ -21,14 +21,10 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
const scriptInfo = document.createElement("script");
|
// const scriptInfo = document.createElement("script");
|
||||||
scriptInfo.setAttribute("data-callType", "callScript");
|
// scriptInfo.setAttribute("data-callType", "callScript");
|
||||||
scriptInfo.src = "http://mars3d.cn/lib/Cesium/Cesium.js";
|
// scriptInfo.src = "http://mars3d.cn/lib/Cesium/Cesium.js";
|
||||||
const scriptInfo1 = document.createElement("script");
|
// document.head.appendChild(scriptInfo);
|
||||||
scriptInfo1.setAttribute("data-callType", "callScript");
|
|
||||||
scriptInfo1.src = "http://mars3d.cn/lib/mars3d/mars3d.js";
|
|
||||||
document.head.appendChild(scriptInfo);
|
|
||||||
document.head.appendChild(scriptInfo1);
|
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
var mapOptions = {
|
var mapOptions = {
|
||||||
|
|
Loading…
Reference in New Issue