sunzehao il y a 2 mois
Parent
commit
78b08d0019
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/cesium.vue

+ 1 - 1
src/views/cesium.vue

@@ -2007,7 +2007,7 @@ export default {
     },
     showMessage(type, val, viewer) {
       console.log("type===>>>", type);
-      if (type !== "windbasic2d" || type !== "windbasic3d") {
+      if (type !== "windbasic2d" && type !== "windbasic3d") {
         this.windDrawer = true;
         this.windDrawerHeader = val.name + "数据详情";