feat: 会员中心-我的评论

This commit is contained in:
xiongxiaoyang
2023-04-25 13:11:42 +08:00
parent 86735c309a
commit e690ced5f8
5 changed files with 1291 additions and 5 deletions

View File

@@ -66,6 +66,11 @@ const router = createRouter({
path: '/user/setup',
name: 'userSetup',
component: () => import('@/views/UserSetup')
},
{
path: '/user/comment',
name: 'userComment',
component: () => import('@/views/UserComment')
},
{