feat: 添加连接管理路由

Related to #35
This commit is contained in:
Baobhan Sith
2025-05-16 12:42:07 +08:00
parent af892fcbe9
commit 90db1e218f
8 changed files with 821 additions and 9 deletions
+6
View File
@@ -22,6 +22,12 @@ const routes: Array<RouteRecordRaw> = [
name: 'Proxies',
component: () => import('../views/ProxiesView.vue')
},
// 连接管理页面
{
path: '/connections',
name: 'Connections',
component: () => import('../views/ConnectionsView.vue')
},
// 移除:标签管理页面路由
// {
// path: '/tags',