diff --git a/frontend/src/router/routes.ts b/frontend/src/router/routes.ts index 51856c7..0355a2b 100644 --- a/frontend/src/router/routes.ts +++ b/frontend/src/router/routes.ts @@ -204,10 +204,10 @@ const routes: RouteRecordRaw[] = [ meta: { title: '编辑授权 - 管理后台' }, }, { - path: 'agent-apps/:id/card-types', - name: 'AdminAgentAppCardTypes', - component: () => import('@/pages/admin/agent-apps/[id]/card-types.vue'), - meta: { title: '卡密权限配置 - 管理后台' }, + path: 'agent-apps/:id/view', + name: 'AdminAgentAppView', + component: () => import('@/pages/admin/agent-apps/[id]/view.vue'), + meta: { title: '查看授权 - 管理后台' }, }, { path: 'agent-apps/:id/recharge',