Przeglądaj źródła

fix: 修改需求

bill 1 rok temu
rodzic
commit
91e1f7a258
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/scene/menus/pane.vue

+ 1 - 1
src/views/scene/menus/pane.vue

@@ -105,7 +105,7 @@ onMounted(() => {
     store.itemActiveKey.value = defaultMenu?.key;
     // store.activeMenuKey.value =
     if (props.parentKey === "measure") {
-      laserModeStack.push(ref(Mode.cloud));
+      laserModeStack.push(ref(Mode.pano));
     }
   }
 });