tangning 8 月之前
父节点
当前提交
1a1313b38c
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      src/App.vue
  2. 1 1
      src/views/basicSettings/index.vue
  3. 1 1
      src/views/topicNavigation/index.vue

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