feat(ui): 对话管理

This commit is contained in:
廖彦棋
2024-03-07 15:32:32 +08:00
parent aba8f57279
commit a0c06e40a4
30 changed files with 285 additions and 24 deletions

View File

@@ -51,6 +51,15 @@ const menu = [
},
component: () => import('@/views/Functions/FunctionsContainer.vue')
},
{
path: '/chats',
name: 'Chats',
meta: {
title: "对话管理",
icon: IconCalendar,
},
component: () => import('@/views/Chats/ChatsContainer.vue')
},
{
path: '/loginLog',
name: 'LoginLog',