This commit is contained in:
fengchuanhn@gmail.com
2026-05-21 16:24:49 +08:00
parent 7f92a9b773
commit 2aff213edd
6 changed files with 180 additions and 77 deletions

View File

@@ -6,10 +6,9 @@ const route = useRoute();
const menuItems = [
{ name: "admin-users", label: "用户管理", to: "/admin/users" },
{ name: "admin-card-keys", label: "卡密管理", to: "/admin/card-keys" },
{ name: "admin-desktop-config", label: "桌面配置", to: "/admin/desktop-config" },
{ name: "admin-overview", label: "软件配置", to: "/admin" },
{ name: "agent-users", label: "用户管理", to: "/agent/users" },
{ name: "agent-card-keys", label: "卡密管理", to: "/agent/card-keys" },
];
const activeName = computed(() => route.name);