fix: restore dashboard runtime home

This commit is contained in:
2026-06-11 09:11:46 +08:00
parent 87a01d70fb
commit e2b1901741
12 changed files with 153 additions and 394 deletions
@@ -1,20 +1,11 @@
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',
name: 'ControlCenterLegacyRedirect',
path: '/control-center',
redirect: '/page-render/main_home',
},
{
meta: { hideInMenu: true },