feat: image-wall page for mobile is ready

This commit is contained in:
RockYang
2024-02-20 17:38:18 +08:00
parent 976da45bce
commit 35ef5674ff
6 changed files with 140 additions and 85 deletions

View File

@@ -183,9 +183,9 @@ const routes = [
component: () => import('@/views/mobile/Profile.vue'),
},
{
path: '/mobile/apps',
name: 'mobile-app',
component: () => import('@/views/mobile/ChatApps.vue'),
path: '/mobile/img-wall',
name: 'mobile-img-wall',
component: () => import('@/views/mobile/ImgWall.vue'),
},
]
},