feat: 新建授权改为独立页面,修复代理列表获取和卡片颜色
This commit is contained in:
@@ -173,6 +173,12 @@ const routes: RouteRecordRaw[] = [
|
||||
component: () => import('@/pages/admin/agent-apps/index.vue'),
|
||||
meta: { title: '授权管理 - 管理后台' },
|
||||
},
|
||||
{
|
||||
path: 'agent-apps/create',
|
||||
name: 'AdminAgentAppsCreate',
|
||||
component: () => import('@/pages/admin/agent-apps/create.vue'),
|
||||
meta: { title: '新建授权 - 管理后台' },
|
||||
},
|
||||
{
|
||||
path: 'agents',
|
||||
name: 'AdminAgents',
|
||||
|
||||
Reference in New Issue
Block a user