Skip to content

Commit

Permalink
change Profile menu
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohuoni committed Jul 7, 2018
1 parent 20c01e0 commit a02aa22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/common/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,12 +281,12 @@ const menuData = [
children: [
{
name: '基础详情页',
path: 'Basic',
path: 'BasicProfile',
},
{
name: '高级详情页',
path: 'Advanced',
authority: 'admin',
path: 'AdvancedProfile',
// authority: 'admin',
},
],
},
Expand Down

0 comments on commit a02aa22

Please sign in to comment.