修复bug

This commit is contained in:
yannqing 2024-03-15 21:15:43 +08:00
parent e0f4f3d5d4
commit 5e5e1970da
2 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ const router = createRouter({
},{ },{
path:'/Project', path:'/Project',
name:'Project', name:'Project',
component:()=>import('@/views/ProjectPage/ProjectCard.vue') component:()=>import('@/views/ProjectPage/ProjectList.vue')
}, },
{ {
path:'/WorkLoad', path:'/WorkLoad',