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