feat: 新建授权改为独立页面,修复代理列表获取和卡片颜色

This commit is contained in:
2026-05-07 00:08:04 +08:00
parent 3cd22fdce1
commit 7646bd2c88
3 changed files with 383 additions and 249 deletions
+6
View File
@@ -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',