From 8b60f19b2c67b621957eb34af7208ebfeafc9c6a Mon Sep 17 00:00:00 2001 From: songjie Date: Fri, 6 Feb 2026 12:03:25 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=8F=96=E6=B6=88=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E9=83=A8=E5=88=86=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 12 ++++++------ src/views/PlatformData/UserActivityStats.vue | 2 +- src/views/PlatformData/UserLoginStats.vue | 8 ++++---- src/views/PlatformData/UserOverview.vue | 14 +++++++------- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 483e1dd..1df3731 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', diff --git a/src/views/PlatformData/UserActivityStats.vue b/src/views/PlatformData/UserActivityStats.vue index b1c14c5..7292472 100644 --- a/src/views/PlatformData/UserActivityStats.vue +++ b/src/views/PlatformData/UserActivityStats.vue @@ -23,7 +23,7 @@
每日 - + 近七日 近三十日
diff --git a/src/views/PlatformData/UserLoginStats.vue b/src/views/PlatformData/UserLoginStats.vue index 3397617..d1b5820 100644 --- a/src/views/PlatformData/UserLoginStats.vue +++ b/src/views/PlatformData/UserLoginStats.vue @@ -8,20 +8,20 @@ > 登录数据 - +
@@ -189,7 +189,7 @@
- + - + - + From 29153f2b6f553e6c09c08455f3bee08f1997b020 Mon Sep 17 00:00:00 2001 From: songjie Date: Fri, 6 Feb 2026 13:17:12 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E9=9A=90=E8=97=8F=E2=80=9C=E8=BF=91?= =?UTF-8?q?=E4=B8=83=E6=97=A5=E2=80=9D=EF=BC=88=E5=90=8E=E7=AB=AF=E4=B8=8D?= =?UTF-8?q?=E9=9C=80=E8=A6=81=E8=BF=99=E4=B8=AA=E5=8F=82=E6=95=B0=EF=BC=89?= =?UTF-8?q?=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/PlatformData/UserActivityStats.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/PlatformData/UserActivityStats.vue b/src/views/PlatformData/UserActivityStats.vue index 7292472..b1c14c5 100644 --- a/src/views/PlatformData/UserActivityStats.vue +++ b/src/views/PlatformData/UserActivityStats.vue @@ -23,7 +23,7 @@
每日 - 近七日 + 近三十日