From eff42e5897b5f0935aa5b93c1bd9acb8bb39b8f0 Mon Sep 17 00:00:00 2001
From: WX <1377869194@qq.com>
Date: 星期五, 09 六月 2023 18:02:12 +0800
Subject: [PATCH] ui页面补充添加,功能按钮调整

---
 src/views/Index.vue |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/views/Index.vue b/src/views/Index.vue
index 936ea97..218394c 100644
--- a/src/views/Index.vue
+++ b/src/views/Index.vue
@@ -7,7 +7,6 @@
 
     <menus></menus>
     <bottom-btn></bottom-btn>
-    <top-btn></top-btn>
   </div>
 </template>
 
@@ -24,11 +23,10 @@
 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 = () => {
@@ -37,6 +35,7 @@
 };
 
 onMounted(() => {
+  // console.log(SmartEarth);
   InitMap.init3DMap();
   init();
 });

--
Gitblit v1.9.3