tangning 8 місяців тому
батько
коміт
1a1313b38c

+ 1 - 1
src/App.vue

@@ -260,7 +260,7 @@ const menuOptions = [
             // }
           }
         },
-        { default: () => '专题导航' }
+        { default: () => '线路指引' }
       ),
     key: 'topicNavigation',
     icon: renderIcon(Layers)

+ 1 - 1
src/views/basicSettings/index.vue

@@ -123,7 +123,7 @@ watch(
 watch(
   () => mode.value,
   (val) => {
-    main.setSceneMode(mode.value)
+    main.setSceneMode(val)
   }
 )
 

+ 1 - 1
src/views/topicNavigation/index.vue

@@ -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"