| | |
| | | |
| | | <menus></menus> |
| | | <bottom-btn></bottom-btn> |
| | | <top-btn></top-btn> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | 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(); |
| | | }); |