From 249ae8acbb4f56862da16c21905575ba3ba74eb8 Mon Sep 17 00:00:00 2001 From: songjie Date: Tue, 3 Feb 2026 16:49:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E7=94=A8=E6=88=B7=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E7=BB=9F=E8=AE=A1=E9=A1=B5=E9=9D=A2=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 776e0b9..071c41e 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -87,12 +87,12 @@ const routes = [ 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: 'loginStats', + // name: 'loginStats', + // component: () => import('../views/PlatformData/UserLoginStats.vue'), + // meta: { title: '用户登录统计', showSidebar: true } + // }, { path: 'activityStats', name: 'activityStats',