fix: info

This commit is contained in:
KUN1007 2023-08-05 13:24:26 +08:00
parent a33ee06ec6
commit fc5bc9a584
3 changed files with 8 additions and 3 deletions

View file

@ -26,7 +26,7 @@ export const constantRoutes: RouteRecordRaw[] = [
path: '/donate',
component: () => import('@/views/donate/Donate.vue'),
meta: {
title: '助我们',
title: '助我们',
},
},

View file

@ -13,7 +13,7 @@ const navBar: nav[] = [
},
{
index: 2,
name: '更改信息',
name: '信息设置',
router: '/kungalgamer/kungalgamer/settings',
},
{
@ -41,6 +41,11 @@ const navBar: nav[] = [
name: '推过的帖',
router: '/kungalgamer/kungalgamer/topic',
},
{
index: 8,
name: '评论列表',
router: '/kungalgamer/kungalgamer/topic',
},
]
</script>

View file

@ -14,7 +14,7 @@ import Topic from './Topic.vue'
<!-- 点赞数 -->
<div class="like">按点赞数排序</div>
<!-- 按回复数排序 -->
<div class="reply">按回数排序</div>
<div class="reply">按回数排序</div>
<!-- 按回复数排序 -->
<div class="comment">按评论数排序</div>
<!-- 按推贴数排序 -->