新增我的页面

This commit is contained in:
李志鹏
2025-10-21 16:40:13 +08:00
parent c9dbcc03b2
commit b18052d297
10 changed files with 260 additions and 2 deletions

View File

@@ -113,6 +113,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',