feat: use vant replace element-plus as mobile UI framework

This commit is contained in:
RockYang
2024-01-24 17:34:30 +08:00
parent 2113508b6d
commit aaa5ba99aa
33 changed files with 437 additions and 3215 deletions

View File

@@ -176,26 +176,12 @@ const routes = [
name: 'mobile-chat-list',
component: () => import('@/views/mobile/ChatList.vue'),
},
{
path: '/mobile/imageSd',
name: 'mobile-imageSd',
component: () => import('@/views/mobile/ImageSd.vue'),
},
{
path: '/mobile/apps',
name: 'mobile-apps',
component: () => import('@/views/mobile/Apps.vue'),
},
{
path: '/mobile/profile',
name: 'mobile-profile',
component: () => import('@/views/mobile/Profile.vue'),
},
{
path: '/mobile/invitation',
name: 'mobile-invitation',
component: () => import('@/views/mobile/Invitation.vue'),
},
]
},
{