Skip to content

Commit

Permalink
perf(log): 移除log模块
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Sep 4, 2020
1 parent 1d85b9e commit 0914121
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 249 deletions.
46 changes: 0 additions & 46 deletions src/api/system/log.ts

This file was deleted.

14 changes: 0 additions & 14 deletions src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,18 +104,6 @@ const asyncRouter:RouterType[] = [
component: () => import(/* webpackChunkName: "system" */ '@/views/system/Dept.vue'),
meta: { title: '部门管理' },
},
{
path: 'action-log',
name: 'ActionLog',
component: () => import(/* webpackChunkName: "system" */ '@/views/system/ActionLog.vue'),
meta: { title: '运行日志' },
},
{
path: 'login-log',
name: 'LoginLog',
component: () => import(/* webpackChunkName: "system" */ '@/views/system/LoginLog.vue'),
meta: { title: '登录日志' },
},
],
},
{
Expand Down Expand Up @@ -168,8 +156,6 @@ const asyncRouter:RouterType[] = [
},
],
},


{ path: '*', redirect: '/404', hidden: true },

];
Expand Down
49 changes: 0 additions & 49 deletions src/views/article/Article.vue

This file was deleted.

70 changes: 0 additions & 70 deletions src/views/system/ActionLog.vue

This file was deleted.

70 changes: 0 additions & 70 deletions src/views/system/LoginLog.vue

This file was deleted.

0 comments on commit 0914121

Please sign in to comment.