From 9e14011e2237aadfc7722092d46ab14d5c2356ae Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 16 May 2019 17:50:08 +0800 Subject: [PATCH] :bug: Fix duplicated keys in basic profile, close #4195 --- config/router.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/config/router.config.js b/config/router.config.js index e954ced9..cdff38e0 100644 --- a/config/router.config.js +++ b/config/router.config.js @@ -155,7 +155,6 @@ export default [ }, { path: '/profile/basic/:id', - name: 'basic', hideInMenu: true, component: './Profile/BasicProfile', }, -- GitLab