diff --git a/src/components/table/index.vue b/src/components/table/index.vue index 3628ae5df8c68645b370fe43abf60e1e08a684ed..ebee3a6a7f37c54ef11358bec9d1c475d362db79 100644 --- a/src/components/table/index.vue +++ b/src/components/table/index.vue @@ -9,7 +9,7 @@
- 重置 + 重置 查询
@@ -25,7 +25,13 @@ - + @@ -62,6 +68,11 @@ diff --git a/src/pages/system/view/log/login_log/form.vue b/src/pages/system/view/log/login_log/form.vue new file mode 100644 index 0000000000000000000000000000000000000000..af1455079ce24f26e10e81a1e1dfcae20deb3ceb --- /dev/null +++ b/src/pages/system/view/log/login_log/form.vue @@ -0,0 +1,3 @@ + diff --git a/src/pages/system/view/log/login_log/index.vue b/src/pages/system/view/log/login_log/index.vue new file mode 100644 index 0000000000000000000000000000000000000000..e8c9cdd05b42451b54b9489089f5847a45383012 --- /dev/null +++ b/src/pages/system/view/log/login_log/index.vue @@ -0,0 +1,31 @@ + + + diff --git a/src/router/config.js b/src/router/config.js index bc39b4d978eb5b66b0a6d1c64498ab72a0f6fc4a..948d40d589b99f9b9e1f42ab46464a2bb0a21e4a 100644 --- a/src/router/config.js +++ b/src/router/config.js @@ -107,7 +107,14 @@ const options = { { path: 'log_management', name: '日志管理', - component: () => import('@/pages/system/view/log'), + component: BlankTemplateView, + children: [ + { + path: 'login_log', + name: '登录日志', + component: () => import('@/pages/system/view/log/login_log/index.vue'), + }, + ], }, { path: 'task_management',