This commit is contained in:
zhangyh
2025-10-22 14:04:31 +08:00
10 changed files with 260 additions and 2 deletions

View File

@@ -118,6 +118,11 @@ const router = createRouter({
name: 'library',
component: () => import('../views/Workshop/library.vue')
},
{
path: '/workshop/profile',
name: 'profile',
component: () => import('../views/Workshop/profile.vue')
},
{
// creation
path: '/workshop/creation',