Replace online dev home with control center

This commit is contained in:
2026-06-11 08:51:32 +08:00
parent 86680ad7f8
commit 87a01d70fb
7 changed files with 247 additions and 11 deletions
@@ -1,6 +1,21 @@
import type { RouteRecordRaw } from 'vue-router';
const routes: RouteRecordRaw[] = [
{
meta: {
hideInMenu: true,
title: '控制中心',
},
name: 'ControlCenterStatic',
path: '/control-center',
component: () => import('#/views/_core/control-center/index.vue'),
},
{
meta: { hideInMenu: true },
name: 'LegacyMainHomeRedirect',
path: '/page-render/main_home',
redirect: '/control-center',
},
{
meta: { hideInMenu: true },
name: 'AIKnowledgeLegacyRedirect',