src/router/routes/modules/dashboard.ts
@@ -1,17 +1,6 @@ import type { RouteRecordRaw } from 'vue-router'; const routes: RouteRecordRaw[] = [ { name: 'Analytics', path: '/analytics', component: () => import('#/views/dashboard/analytics/index.vue'), meta: { affixTab: true, icon: 'lucide:area-chart', order: -1, title: '首页', }, }, ]; // 老首页 /analytics 已隐藏,登录后默认跳转 /bagcode-home const routes: RouteRecordRaw[] = []; export default routes;