feat: 新增移动端详情

This commit is contained in:
wenhua
2024-06-23 01:36:17 +08:00
parent 82634ddf97
commit 30bd9da52f
10 changed files with 11442 additions and 0 deletions

View File

@@ -25,6 +25,11 @@ const router = createRouter({
name: 'casLogin',
component: () => import('@/views/cas-login/index.vue'),
},
{
path: '/projectdetail/mobile',
name: 'projectDetailMobile',
component: () => import('@/views/project-management/mobledetail/index.vue')
},
{
path: '/',
name: 'layout',