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/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 @@
- + - + - +