feat: 前端: 实现标签管理界面

This commit is contained in:
Baobhan Sith
2025-04-15 07:39:47 +08:00
parent a2c8bbddeb
commit 7bd7df091b
9 changed files with 585 additions and 2 deletions
+6
View File
@@ -28,6 +28,12 @@ const routes: Array<RouteRecordRaw> = [
name: 'Proxies',
component: () => import('../views/ProxiesView.vue')
},
// 新增:标签管理页面
{
path: '/tags',
name: 'Tags',
component: () => import('../views/TagsView.vue')
},
// 工作区页面,需要 connectionId 参数
{
path: '/workspace/:connectionId', // 使用动态路由段