Browse Source

change Profile menu

pull/1774/head
xiaohu 8 years ago
parent
commit
a02aa22faa
  1. 6
      src/common/menu.js

6
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',
},
],
},

Loading…
Cancel
Save