feat: restore dashboard workspace and analytics

This commit is contained in:
2026-06-21 19:44:32 +08:00
parent f9050c95d1
commit 61f164a6f8
25 changed files with 1155 additions and 496 deletions
@@ -12,6 +12,15 @@ const routes: RouteRecordRaw[] = [
path: '/dashboard',
redirect: '/dashboard/workspace',
children: [
{
component: () => import('#/views/dashboard/analytics/index.vue'),
meta: {
hideInMenu: true,
title: 'menu-title.analytics',
},
name: 'DashboardAnalytics',
path: '/dashboard/analytics',
},
{
component: () => import('#/views/dashboard/workspace/index.vue'),
meta: {