opt: refactor chat session page for mobile device

This commit is contained in:
RockYang
2024-01-25 14:07:10 +08:00
parent a39ed9764c
commit a1d1fe7763
10 changed files with 324 additions and 104 deletions

View File

@@ -194,7 +194,12 @@ const routes = [
name: 'mobile-chat-session',
component: () => import('@/views/mobile/ChatSession.vue'),
},
{
path: '/mobile/chat/export',
name: 'mobile-chat-export',
component: () => import('@/views/mobile/ChatExport.vue'),
},
{
name: 'test',
path: '/test',