feat: 重构授权管理为层级模型 - 管理员直接对代理授权应用卡密权限
This commit is contained in:
@@ -171,7 +171,7 @@ const routes: RouteRecordRaw[] = [
|
||||
path: 'agent-apps',
|
||||
name: 'AdminAgentApps',
|
||||
component: () => import('@/pages/admin/agent-apps/index.vue'),
|
||||
meta: { title: '代理授权 - 管理后台' },
|
||||
meta: { title: '授权管理 - 管理后台' },
|
||||
},
|
||||
{
|
||||
path: 'agents',
|
||||
@@ -191,18 +191,6 @@ const routes: RouteRecordRaw[] = [
|
||||
component: () => import('@/pages/admin/agents/[id].vue'),
|
||||
meta: { title: '编辑代理 - 管理后台' },
|
||||
},
|
||||
{
|
||||
path: 'agent-apps/request',
|
||||
name: 'AdminAgentAppRequest',
|
||||
component: () => import('@/pages/admin/agent-apps/request.vue'),
|
||||
meta: { title: '申请授权 - 管理后台' },
|
||||
},
|
||||
{
|
||||
path: 'agent-apps/invite',
|
||||
name: 'AdminAgentAppInvite',
|
||||
component: () => import('@/pages/admin/agent-apps/invite.vue'),
|
||||
meta: { title: '邀请授权 - 管理后台' },
|
||||
},
|
||||
{
|
||||
path: 'agent-apps/:id/edit',
|
||||
name: 'AdminAgentAppEdit',
|
||||
|
||||
Reference in New Issue
Block a user