feat: Upgrade Server command

This commit is contained in:
lejianwen
2025-01-02 21:48:02 +08:00
parent aab4ea4785
commit 7cf1a14950
8 changed files with 578 additions and 241 deletions
+3 -3
View File
@@ -191,9 +191,9 @@ export const asyncRoutes = [
component: () => import('@/views/share_record/index.vue'),
},
{
path: '/rustdesk',
name: 'RustDesk',
meta: { title: 'RustDesk', icon: 'Setting' /*keepAlive: true*/ },
path: '/serverCmd',
name: 'ServerCmd',
meta: { title: 'ServerCmd', icon: 'Tools' /*keepAlive: true*/ },
component: () => import('@/views/rustdesk/control.vue'),
},
],