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