feat:add guacamole
Build and Deploy Vue3 / build (push) Successful in 1m8s
Build and Deploy Vue3 / deploy (push) Successful in 4m43s

This commit is contained in:
2025-09-28 23:29:18 +08:00
parent 2b4083c2f1
commit 4fc9a43fd2
5 changed files with 829 additions and 2 deletions
+7
View File
@@ -130,6 +130,13 @@ const routes = [
meta: {
title: '节点管理'
}
},{
path: 'guacamole',
name: 'Guacamole',
component: () => import('../views/acs/guacamole/Guacamole.vue'),
meta: {
title: 'Guacamole管理'
}
}
]
},