From aa7e52de08a8905fd58cb9884d30a43fc1cd2f80 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期三, 05 六月 2024 09:24:18 +0800 Subject: [PATCH] 修改通讯录显示 --- src/router/index.js | 24 +++++++++++++++++++++--- 1 files changed, 21 insertions(+), 3 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index d345dca..d7648ea 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -41,10 +41,10 @@ component: () => import('@/views/Admin/list'), }, { - path: '/audit', - name: 'audit', + path: '/dataStatistic', + name: 'dataStatistic', meta: { title: '数据统计' }, - component: () => import('@/views/Admin/Audit'), + component: () => import('@/views/Admin/dataStatistic'), }, { path: '/notice', @@ -100,6 +100,18 @@ meta: { title: '原通讯录' }, component: () => import('@/views/Admin/addressBook'), }, + { + path: '/contactors', + name: 'contactors', + meta: { title: '责任人管理' }, + component: () => import('@/views/Admin/contactBook/contactors'), + }, + { + path: '/structure', + name: 'structure', + meta: { title: '组织架构管理' }, + component: () => import('@/views/Admin/contactBook/structure'), + }, { path: '/user', name: 'user', @@ -124,6 +136,12 @@ meta: { title: 'App版本信息' }, component: () => import('@/views/Admin/appFile.vue'), }, + { + path: '/samelevelGroup', + name: 'samelevelGroup', + meta: { title: '平级接收人分组' }, + component: () => import('@/views/Admin/sameLevelGroup.vue'), + }, // { // path: '/menu', // name: 'menu', -- Gitblit v1.9.2