From a02aa22faadf513be88a20d3523bda7ad0c8e486 Mon Sep 17 00:00:00 2001 From: xiaohu <448627663@qq.com> Date: Sat, 7 Jul 2018 15:16:00 +0800 Subject: [PATCH] change Profile menu --- src/common/menu.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/common/menu.js b/src/common/menu.js index 6c78a950..671798d1 100644 --- a/src/common/menu.js +++ b/src/common/menu.js @@ -281,12 +281,12 @@ const menuData = [ children: [ { name: '基础详情页', - path: 'Basic', + path: 'BasicProfile', }, { name: '高级详情页', - path: 'Advanced', - authority: 'admin', + path: 'AdvancedProfile', + // authority: 'admin', }, ], }, -- GitLab