From 08bb5d242135e2c1f0fc17d2b5f7ae548275a3a2 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期五, 28 八月 2026 17:15:33 +0800
Subject: [PATCH] feat(mes): 实现临时码预生成和补录功能

---
 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