fix: info
This commit is contained in:
parent
a33ee06ec6
commit
fc5bc9a584
|
@ -26,7 +26,7 @@ export const constantRoutes: RouteRecordRaw[] = [
|
|||
path: '/donate',
|
||||
component: () => import('@/views/donate/Donate.vue'),
|
||||
meta: {
|
||||
title: '捐助我们',
|
||||
title: '赞助我们',
|
||||
},
|
||||
},
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
<!-- 按推贴数排序 -->
|
||||
|
|
Loading…
Reference in a new issue