diff --git a/src/router/router.ts b/src/router/router.ts index b3479002..491cc1a6 100644 --- a/src/router/router.ts +++ b/src/router/router.ts @@ -26,7 +26,7 @@ export const constantRoutes: RouteRecordRaw[] = [ path: '/donate', component: () => import('@/views/donate/Donate.vue'), meta: { - title: '捐助我们', + title: '赞助我们', }, }, diff --git a/src/views/kungalgamer/components/NavBar.vue b/src/views/kungalgamer/components/NavBar.vue index 0e5d57c0..f208d422 100644 --- a/src/views/kungalgamer/components/NavBar.vue +++ b/src/views/kungalgamer/components/NavBar.vue @@ -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', + }, ] diff --git a/src/views/ranking/components/TopicForm.vue b/src/views/ranking/components/TopicForm.vue index f98c1c3c..19efb591 100644 --- a/src/views/ranking/components/TopicForm.vue +++ b/src/views/ranking/components/TopicForm.vue @@ -14,7 +14,7 @@ import Topic from './Topic.vue'