Browse Source

fix:设置

DESKTOP-1OI7FFK\WZTX 8 months ago
parent
commit
c6b061f29b
1 changed files with 12 additions and 0 deletions
  1. 12 0
      frontend/src/views/Setting/index.vue

+ 12 - 0
frontend/src/views/Setting/index.vue

@@ -1,4 +1,15 @@
 <template>
+  <headerBar
+    title="设置"
+    :menu="[
+        {
+          type:'setting'
+        },
+        {
+          type:'remoteControl'
+        },
+    ]"
+  />
   <div class="container">
     <nav class="settings-nav">
       <div class="nav-item" :class="{'active': activeIndex === 0}" @click="activeIndex = 0">
@@ -313,6 +324,7 @@ import { ref, reactive } from 'vue';
 import { useRoute, useRouter } from 'vue-router';
 import { onMounted, watch } from 'vue';
 import socket from "@/stores/modules/socket";
+import headerBar from '@/components/header-bar/index.vue'
 
 import client from "@/stores/modules/client";
 import icpList from '@/utils/ipc'