From 54e7ecfbad9337c0f9a4cfbc1365d6319f38a0d3 Mon Sep 17 00:00:00 2001 From: songjie Date: Sat, 7 Feb 2026 09:21:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E9=9A=90=E8=97=8F=E9=A1=B5?= =?UTF-8?q?=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 bb1c89c..ae6ff39 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',