chore: update deps

This commit is contained in:
vben
2024-07-20 23:01:49 +08:00
parent a897929ea7
commit a1a566cb2f
12 changed files with 247 additions and 73 deletions

View File

@@ -17,7 +17,7 @@ const routes: RouteRecordRaw[] = [
children: [
{
name: 'Analytics',
path: '/analytics',
path: 'analytics',
component: () => import('#/views/dashboard/analytics/index.vue'),
meta: {
affixTab: true,
@@ -27,7 +27,7 @@ const routes: RouteRecordRaw[] = [
},
{
name: 'Workspace',
path: '/workspace',
path: 'workspace',
component: () => import('#/views/dashboard/workspace/index.vue'),
meta: {
title: $t('page.dashboard.workspace'),