@@ -260,7 +260,7 @@ const menuOptions = [
// }
}
},
- { default: () => '专题导航' }
+ { default: () => '线路指引' }
),
key: 'topicNavigation',
icon: renderIcon(Layers)
@@ -123,7 +123,7 @@ watch(
watch(
() => mode.value,
(val) => {
- main.setSceneMode(mode.value)
+ main.setSceneMode(val)
)
@@ -11,7 +11,7 @@
to="#drawer-target"
style="--n-body-padding: 0px"
>
- <n-drawer-content title="专题导航">
+ <n-drawer-content title="线路指引">
<div class="drawerContent m-5"></div>
<n-flex justify="center">
<n-button v-if="!isPanoEditing" type="primary" @click="handleAdd"