From 8a54f8d1680e2cdfacd5eaf1f3a13b1262e5e2a3 Mon Sep 17 00:00:00 2001 From: marvzhang Date: Thu, 18 Jun 2020 10:50:57 +0800 Subject: [PATCH] adjusted UI layout --- frontend/src/router/index.js | 3 +++ frontend/src/views/layout/components/Navbar.vue | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/frontend/src/router/index.js b/frontend/src/router/index.js index c334360d..b04295b5 100644 --- a/frontend/src/router/index.js +++ b/frontend/src/router/index.js @@ -180,6 +180,7 @@ export const constantRouterMap = [ title: 'Disclaimer', icon: 'fa fa-exclamation-triangle' }, + hidden: true, children: [ { path: '', @@ -199,6 +200,7 @@ export const constantRouterMap = [ title: 'ChallengeList', icon: 'fa fa-flash' }, + hidden: true, children: [ { path: '', @@ -218,6 +220,7 @@ export const constantRouterMap = [ title: 'Feedback', icon: 'fa fa-commenting-o' }, + hidden: true, children: [ { path: '', diff --git a/frontend/src/views/layout/components/Navbar.vue b/frontend/src/views/layout/components/Navbar.vue index 53a59a7f..3264d714 100644 --- a/frontend/src/views/layout/components/Navbar.vue +++ b/frontend/src/views/layout/components/Navbar.vue @@ -30,6 +30,12 @@ + + {{$t('Disclaimer')}} + + + {{$t('Feedback')}} + {{$t('Logout')}}