Эх сурвалжийг харах

Merge branch 'master' of http://114.244.114.158:8802/siwei/real3d-portalsite

maxiaoxiao 11 сар өмнө
parent
commit
2874362c9c

+ 1 - 1
src/components/Viewer/smViewer.scss

@@ -23,7 +23,7 @@
     height: 100% !important;
     height: 100% !important;
     position: absolute !important;
     position: absolute !important;
     left: 0% !important;
     left: 0% !important;
-    top: 9% !important;
+    top: 6% !important;
 }
 }
 
 
 .cesiumbtn {
 .cesiumbtn {

+ 3 - 1
src/views/map3d.vue

@@ -136,9 +136,11 @@ export default {
 
 
       if (item == "/checkmodel") {
       if (item == "/checkmodel") {
         store.setToolBarShow(true); //显示工具栏
         store.setToolBarShow(true); //显示工具栏
+        // this.$refs.routeViewRef["switch"]();
 
 
       } else {
       } else {
-        store.setToolBarShow(true); //显示工具栏
+        store.setToolBarShow(false); //显示工具栏
+        // this.$refs.routeViewRef["switch"]();
 
 
       }
       }