Parcourir la source

Merge branch 'visu_traffic_01_siping_2.5d' of http://121.37.83.100:3000/sooka_onest/sooka_onest_forestfire_vue2_visualization into visu_traffic_01_siping_2.5d

JX.LI il y a 2 ans
Parent
commit
a13ae65b39
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      src/components/supermap-2.5d.vue

+ 3 - 3
src/components/supermap-2.5d.vue

@@ -70,7 +70,7 @@
           mapData: null,
           mapName: null
         },
-        showLayer: null,
+        showLayer: true,
         clickTime: new Date().getTime(),
         cacheData: {
           ProvinceRoad: "",
@@ -210,7 +210,7 @@
       this.showLayer = this.showLayer != undefined ? this.showLayer : false;
     },
     props: {
-      showLayer: [Boolean],
+      // showLayer: [Boolean],
     },
     methods: {
       //初始化地图数据
@@ -1032,4 +1032,4 @@
     opacity: 0;
     transform: translateY(-10rem);
   }
-</style>
+</style>