This commit is contained in:
Baobhan Sith
2025-04-19 21:54:02 +08:00
parent e6709a7c5f
commit 06e52a84dc
3 changed files with 0 additions and 287 deletions
-6
View File
@@ -16,12 +16,6 @@ const routes: Array<RouteRecordRaw> = [
name: 'Login',
component: () => import('../views/LoginView.vue') // 指向实际的登录组件
},
// 连接管理页面
{
path: '/connections',
name: 'Connections',
component: () => import('../views/ConnectionsView.vue')
},
// 新增:代理管理页面
{
path: '/proxies',