feat: Add rustdesk command

This commit is contained in:
lejianwen
2024-12-31 23:17:08 +08:00
parent bf00eb3fed
commit aab4ea4785
3 changed files with 224 additions and 0 deletions
+6
View File
@@ -190,6 +190,12 @@ export const asyncRoutes = [
meta: { title: 'ShareRecord', icon: 'Share' /*keepAlive: true*/ },
component: () => import('@/views/share_record/index.vue'),
},
{
path: '/rustdesk',
name: 'RustDesk',
meta: { title: 'RustDesk', icon: 'Setting' /*keepAlive: true*/ },
component: () => import('@/views/rustdesk/control.vue'),
},
],
},
]