diff --git a/src/router/index.js b/src/router/index.js index 212752e..e586e9f 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -168,6 +168,11 @@ const routes = [ component: () => import('@/views/admin/AdminUser.vue'), meta: { title: '后台用户' } }, + { + path: 'admin/oplog', + component: () => import('@/views/admin/OpLog.vue'), + meta: { title: '操作日志' } + }, { path: 'admin/user/detail/:id', component: () => import('@/views/admin/AdminUserDetail.vue'), diff --git a/src/views/Layout.vue b/src/views/Layout.vue index 4c8edee..0bf4c02 100644 --- a/src/views/Layout.vue +++ b/src/views/Layout.vue @@ -100,6 +100,7 @@ 角色管理 后台用户 + 操作日志 diff --git a/src/views/admin/OpLog.vue b/src/views/admin/OpLog.vue new file mode 100644 index 0000000..02409ee --- /dev/null +++ b/src/views/admin/OpLog.vue @@ -0,0 +1,373 @@ + + + + +