diff --git a/apps/web-antd/src/router/routes/local.ts b/apps/web-antd/src/router/routes/local.ts index 0b4f0cac..9beca3c2 100644 --- a/apps/web-antd/src/router/routes/local.ts +++ b/apps/web-antd/src/router/routes/local.ts @@ -30,58 +30,13 @@ const localRoutes: RouteRecordStringComponent[] = [ */ export const localMenuList: RouteRecordStringComponent[] = [ { - component: 'BasicLayout', + name: 'Analytics', + path: '/analytics', + component: '/dashboard/analytics/index', meta: { - order: -1, - title: 'page.dashboard.title', - // 不使用基础布局(仅在顶级生效) - noBasicLayout: true, + affixTab: true, + title: '首页', }, - name: 'Dashboard', - path: '/', - redirect: '/analytics', - children: [ - { - name: 'Analytics', - path: '/analytics', - component: '/dashboard/analytics/index', - meta: { - affixTab: true, - title: 'page.dashboard.analytics', - }, - }, - { - name: 'Workspace', - path: '/workspace', - component: '/dashboard/workspace/index', - meta: { - title: 'page.dashboard.workspace', - }, - }, - { - name: 'VbenDocument', - path: '/vben-admin/document', - component: 'IFrameView', - meta: { - icon: 'lucide:book-open-text', - iframeSrc: 'https://dapdap.top', - keepAlive: true, - title: $t('demos.vben.document'), - }, - }, - { - name: 'V5UpdateLog', - path: '/changelog', - component: '/演示使用自行删除/changelog/index', - meta: { - icon: 'lucide:book-open-text', - keepAlive: true, - title: '更新记录', - badge: `当前: ${version}`, - badgeVariants: 'bg-primary', - }, - }, - ], }, { component: '/_core/about/index',