fix : 修复详情页面移动端适配

This commit is contained in:
2024-06-24 13:25:34 +08:00
parent f66a570f00
commit 6f320a47bb
8 changed files with 436 additions and 40 deletions

View File

@@ -30,6 +30,16 @@ const router = createRouter({
name: 'projectDetailMobile',
component: () => import('@/views/project-management/mobledetail/index.vue')
},
{
path: '/fund/mobile',
name: 'specialFundDetailMobile',
component: () => import('@/views/project-management/mobledetail/SpecialFundDetailMobile.vue')
},
{
path: '/share/mobile',
name: 'shareDetailMobile',
component: () => import('@/views/project-management/mobledetail/ShareDetailMobile.vue')
},
{
path: '/',
name: 'layout',