feat: 渲染器增加 sentry 上报错误

This commit is contained in:
wangxuefeng
2025-03-12 11:48:55 +08:00
parent 898ab51736
commit e677d4fc9e
16 changed files with 562 additions and 587 deletions

View File

@@ -58,8 +58,8 @@ const routes: RouteRecordRaw[] = [
// ],
// },
{
name: 'VbenAbout',
path: '/vben-admin/about',
name: 'AdminAbout',
path: '/admin/about',
component: () => import('#/views/_core/about/index.vue'),
meta: {
icon: 'lucide:copyright',

View File

@@ -22,15 +22,15 @@ const routes: RouteRecordRaw[] = [
title: $t('page.dashboard.analytics'),
},
},
{
name: 'Workspace',
path: '/workspace',
component: () => import('#/views/dashboard/workspace/index.vue'),
meta: {
icon: 'carbon:workspace',
title: $t('page.dashboard.workspace'),
},
},
// {
// name: 'Workspace',
// path: '/workspace',
// component: () => import('#/views/dashboard/workspace/index.vue'),
// meta: {
// icon: 'carbon:workspace',
// title: $t('page.dashboard.workspace'),
// },
// },
],
},
];