11
This commit is contained in:
@@ -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: "卡密管理" },
|
||||
|
||||
},
|
||||
|
||||
],
|
||||
|
||||
},
|
||||
|
||||
|
||||
];
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user