diff --git a/src/components/table/index.vue b/src/components/table/index.vue index 892ab920d6125ab5e04b1cfa00910c2477466eb8..b73e9da7e2402c6fd4f8af197f280667523194dc 100644 --- a/src/components/table/index.vue +++ b/src/components/table/index.vue @@ -7,7 +7,7 @@
- 重置 + 重置 查询
@@ -23,7 +23,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 782ebb0f8c46910b77e136671c0b72f3fcc672dd..33a056725e399e56cb0f5c7acdce56f8ddeb8ed4 100644 --- a/src/router/config.js +++ b/src/router/config.js @@ -100,7 +100,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',