diff --git a/src/routers/index.js b/src/routers/index.js index 35bbedd..1096374 100644 --- a/src/routers/index.js +++ b/src/routers/index.js @@ -50,6 +50,18 @@ export const routes = [ meta: { title: '月累计数据分析', icon: 'el-icon-data-analysis' }, component: () => import('@/views/month-data.vue'), }, + { + path: '/communication-log', + name: 'communication-log', + meta: { title: '通讯日志', icon: 'el-icon-phone-outline' }, + component: () => import('@/views/communication-log.vue'), + }, + { + path: '/access-log', + name: 'access-log', + meta: { title: '访问日志', icon: 'el-icon-message' }, + component: () => import('@/views/access-log.vue'), + }, ]; const router = createRouter({ diff --git a/src/views/access-log.vue b/src/views/access-log.vue new file mode 100644 index 0000000..7766bcd --- /dev/null +++ b/src/views/access-log.vue @@ -0,0 +1,68 @@ + + + diff --git a/src/views/communication-log.vue b/src/views/communication-log.vue new file mode 100644 index 0000000..a889bea --- /dev/null +++ b/src/views/communication-log.vue @@ -0,0 +1,5 @@ + + +