111
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user