feat: restore lightweight control center

This commit is contained in:
2026-06-13 09:04:53 +08:00
parent 2d902cd01e
commit ff9dcdd4e1
7 changed files with 41 additions and 12 deletions
@@ -5,7 +5,16 @@ const routes: RouteRecordRaw[] = [
meta: { hideInMenu: true },
name: 'ControlCenterLegacyRedirect',
path: '/control-center',
redirect: '/ai-platform/agent',
redirect: '/page-render/main_home',
},
{
meta: {
hideInMenu: true,
title: '控制中心',
},
name: 'PageRenderMainHome',
path: '/page-render/main_home',
component: () => import('#/views/_core/page-render/index.vue'),
},
{
meta: { hideInMenu: true },