This commit is contained in:
fengchuanhn@gmail.com
2026-05-21 16:00:02 +08:00
parent 426a69cd69
commit 7f92a9b773
12 changed files with 1267 additions and 33 deletions

View File

@@ -264,8 +264,39 @@ const mainChildren = [
meta: { title: "代理", requiresRole: ROLE_AGENT },
children: [
{
path: "users",
name: "agent-users",
component: () => import("../views/agent/AgentUsersView.vue"),
meta: { title: "用户管理" },
},
{
path: "card-keys",
name: "agent-card-keys",
component: () => import("../views/agent/AgentCardKeysView.vue"),
meta: { title: "卡密管理" },
},
],
},
];