新增我的页面
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user