| | |
| | | <div class="body_box"> |
| | | <div |
| | | id="cesiumContainer" |
| | | style="width: 100%; height: 100%; position: absolute;" |
| | | style="width: 100%; height: 100%; position: absolute" |
| | | ></div> |
| | | |
| | | <menus></menus> |
| | | <bottom-btn></bottom-btn> |
| | | <top-btn></top-btn> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | defineProps, |
| | | defineEmits, |
| | | } from "vue"; |
| | | |
| | | import menus from "@/components/menus.vue"; |
| | | //左侧菜单 |
| | | import menus from "@/views/menus.vue"; |
| | | //底部菜单 |
| | | import bottomBtn from "@/components/bottomBtn.vue"; |
| | | import topBtn from "@/components/topBtn.vue"; |
| | | |
| | | import InitMap from "@/assets/js/Map/index.js"; |
| | | // import * as SmartEarth from "../../public/CIMSDK/index.js"; |
| | | // import * as SmartEarth from "../assets/js/CIMSDK/index.js"; |
| | | let map; |
| | | var viewer; |
| | | const init = () => { |
| | |
| | | }; |
| | | |
| | | onMounted(() => { |
| | | // console.log(SmartEarth); |
| | | InitMap.init3DMap(); |
| | | init(); |
| | | }); |