feat: 优化授权管理和代理后台

- 授权管理页面显示具体卡密类型名称、授权时间、备注

- 重新设计添加/编辑授权页面,参考版本管理和卡类管理页面样式

- 添加备注字段支持

- 移除代理后台的应用管理页面和路由

- 从代理后台侧边栏删除应用管理导航
This commit is contained in:
2026-05-09 04:47:14 +08:00
parent c3536166b7
commit d7e479b5fa
6 changed files with 105 additions and 96 deletions
-12
View File
@@ -426,18 +426,6 @@ const routes: RouteRecordRaw[] = [
component: () => import('@/pages/agent/index.vue'),
meta: { title: '控制台 - 代理商后台' },
},
{
path: 'apps',
name: 'AgentApps',
component: () => import('@/pages/agent/apps/index.vue'),
meta: { title: '应用管理 - 代理商后台' },
},
{
path: 'apps/:id',
name: 'AgentAppDetail',
component: () => import('@/pages/agent/apps/[id].vue'),
meta: { title: '应用详情 - 代理商后台' },
},
{
path: 'cards',
name: 'AgentCards',