deepsea 1 year ago
parent
commit
615cc0f68d
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/ordinaryPage/index.vue

+ 3 - 1
src/views/ordinaryPage/index.vue

@@ -1036,7 +1036,9 @@ export default {
   methods: {
     changeCurrentBench(benchId) {
       this.isDetailVisible = false;
-      this.$store.dispatch("common/toggle3dStatus");
+      if (this.isOpen3d) {
+        this.$store.dispatch("common/toggle3dStatus");
+      }
       this.selectBench(benchId);
     },
     myInterval(callback, interval) {