mirror of
https://gitee.com/novel_dev_team/novel-front-web
synced 2026-07-20 17:54:10 +08:00
feat: 会员中心-我的评论
This commit is contained in:
@@ -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')
|
||||
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user