From 23740cdce0a7c6dc96bfa234fdf7522fd8a02676 Mon Sep 17 00:00:00 2001 From: Orange Date: Wed, 14 Oct 2020 17:57:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=9A=90=E8=97=8F=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E5=B7=A5=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/userPage.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/router/userPage.js b/src/router/userPage.js index 13515adcb..188c230f7 100644 --- a/src/router/userPage.js +++ b/src/router/userPage.js @@ -72,6 +72,7 @@ export default [ { path: '/tickets', component: Layout, + hidden: true, meta: { title: i18n.t('route.Tickets'), icon: 'history',