|
|
@@ -54,7 +54,7 @@ import DarkSwitch from '@/components/DarkSwitch.vue'
|
|
|
import SideMenu from '@/components/SideMenu.vue'
|
|
|
import { useRoute } from 'vue-router'
|
|
|
import { ref, watch, shallowRef, inject } from 'vue'
|
|
|
-import { User, Home, Menu2, Settings, Video, LayoutGrid, LayersSubtract } from '@vicons/tabler'
|
|
|
+import { User, Home, Menu2, Settings, Video, LayoutGrid, LayersSubtract, DeviceMobile } from '@vicons/tabler'
|
|
|
import UserAvatar from '@/components/UserAvatar.vue'
|
|
|
import ChangePwd from '@/components/ChangePwd.vue'
|
|
|
import { http } from '@/plugins/http'
|
|
|
@@ -105,6 +105,11 @@ const menus = [
|
|
|
title: '参数设置'
|
|
|
}
|
|
|
]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: 'rat',
|
|
|
+ title: '远程管理',
|
|
|
+ icon: DeviceMobile
|
|
|
}
|
|
|
]
|
|
|
function toggleMenu() {
|