From 2a405d0f808469ee1e390704f35c95e450e5e0e6 Mon Sep 17 00:00:00 2001 From: marvzhang Date: Sun, 19 Jul 2020 17:44:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=8F=8D=E9=A6=88=E3=80=81?= =?UTF-8?q?=E5=85=8D=E8=B4=A3=E5=A3=B0=E6=98=8E=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/router/index.js | 2 ++ frontend/src/views/layout/components/Navbar.vue | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/frontend/src/router/index.js b/frontend/src/router/index.js index 4c98fd3f..79a2626e 100644 --- a/frontend/src/router/index.js +++ b/frontend/src/router/index.js @@ -207,6 +207,7 @@ export const constantRouterMap = [ title: 'Disclaimer', icon: 'fa fa-exclamation-triangle' }, + hidden: true, children: [ { path: '', @@ -245,6 +246,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 312882e4..f9d41270 100644 --- a/frontend/src/views/layout/components/Navbar.vue +++ b/frontend/src/views/layout/components/Navbar.vue @@ -28,6 +28,12 @@ + + {{ $t('Disclaimer') }} + + + {{ $t('Feedback') }} + {{ $t('Logout') }}