U 前端 更换主菜单中的名称由首页变为Dashboard

pull/11/head
雷二猛 2018-03-09 09:39:26 +08:00
parent 9bbb371980
commit 0f591bb7ff
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
let menu = { let menu = {
menus: [ menus: [
{ {
key: '/home', desc: '首页', icon: 'fa fa-home', permission: 'home_view', key: '/home', desc: 'Dashboard', icon: 'fa fa-desktop', permission: 'home_view',
}, },
{ {
key: '1', desc: '用户管理', icon: 'fa fa-address-card', permission: 'account_user_view|account_role_view', subs: [ key: '1', desc: '用户管理', icon: 'fa fa-address-card', permission: 'account_user_view|account_role_view', subs: [