From 8ec448f5fab347631bcce9790b8c14f8b011eb13 Mon Sep 17 00:00:00 2001 From: zhaowenkang Date: Tue, 27 Jan 2026 13:50:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=99=84=E5=B8=A6=E7=9A=84?= =?UTF-8?q?=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 47803f3..796876c 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -77,31 +77,6 @@ const routes = [ ] }, { - path: 'platformData', - name: 'platformData', - meta: { title: '平台数据管理', icon: "TrendCharts", showSidebar: true, isParentNav: true }, - children: [ - { - path: 'overview', - name: 'overview', - component: () => import('../views/PlatformData/UserOverview.vue'), - meta: { title: '用户数据概览', showSidebar: true } - }, - { - path: 'loginStats', - name: 'loginStats', - component: () => import('../views/PlatformData/UserLoginStats.vue'), - meta: { title: '用户类登录统计', showSidebar: true } - }, - { - path: 'activityStats', - name: 'activityStats', - component: () => import('../views/PlatformData/UserActivityStats.vue'), - meta: { title: '用户活跃度统计', showSidebar: true } - } - ] - }, - { path: 'EventManagement', name: 'EventManagement', meta: { title: '活动管理', icon: "Management", showSidebar: true, isParentNav: true },