From b7eb1da8220f5b72f6891c3c6471ca386604cce4 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期三, 19 八月 2026 10:38:21 +0800
Subject: [PATCH] feat(dashboard): 添加一袋一码首页并重构相关枚举常量
---
src/router/routes/modules/dashboard.ts | 15 ++-------------
1 files changed, 2 insertions(+), 13 deletions(-)
diff --git a/src/router/routes/modules/dashboard.ts b/src/router/routes/modules/dashboard.ts
index 1df827e..6f67ae2 100644
--- a/src/router/routes/modules/dashboard.ts
+++ b/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;
--
Gitblit v1.9.3