From 0d32ef0479cb7d7d0f24b4e866994d43dfaf82e6 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期二, 04 六月 2024 13:12:41 +0800 Subject: [PATCH] 添加通讯录 --- src/router/index.js | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 8c9b385..d7648ea 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -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', -- Gitblit v1.9.2