mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-10 20:36:55 +08:00
particularly complete forum function, add point order export and user delete
This commit is contained in:
@@ -166,5 +166,13 @@ export default //管理页面
|
||||
title: '积分',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'forum',
|
||||
name: 'manage-forum',
|
||||
component: () => import('@/views/manage/ForumManage.vue'),
|
||||
meta: {
|
||||
title: '粉丝讨论区',
|
||||
},
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
@@ -64,4 +64,22 @@ export default [
|
||||
keepAlive: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'forum/topic/:topicId',
|
||||
name: 'user-forum-topic-detail',
|
||||
component: () => import('@/views/view/forumViews/ForumTopicDetail.vue'),
|
||||
meta: {
|
||||
title: '帖子详情',
|
||||
keepAlive: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'forum',
|
||||
name: 'user-forum',
|
||||
component: () => import('@/views/view/forumViews/ForumView.vue'),
|
||||
meta: {
|
||||
title: '讨论区',
|
||||
keepAlive: true,
|
||||
},
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user