feat: add manager list page in console page

This commit is contained in:
RockYang
2024-03-21 15:24:28 +08:00
parent 79b7fee47c
commit 41ae411f9b
9 changed files with 367 additions and 10 deletions

View File

@@ -121,6 +121,11 @@ const items = [
index: '/admin/chats',
title: '对话管理',
},
{
icon: 'role',
index: '/admin/manger',
title: '管理员',
},
{
icon: 'config',
index: '/admin/system',