export default [ { path: '/live', name: '直播管理', icon: 'global', authority: ['Pages.LiveRoom'], routes: [ // { // path: '/workenter/profile', // name: '个人中心', // component: './FangCom/WorkCenter/Profile/List', // authority: ['Pages.Administration.Users'] // }, { path: '/live/room', name: '图文直播', component: './FangCom/Live/RichLive/List', authority: ['Pages.LiveRoom'] }, { path: '/live/room/panel/:uid', name: '直播间', component: './FangCom/Live/RichLive/Chat', authority: ['Pages.LiveRoom'], hideInMenu: true }, { path: '/live/replydict', name: '回复词条', component: './FangCom/Live/ReplyDict/List', authority: ['Pages.LiveRoom'] }, { path: '/live/botdict', name: '马甲设置', component: './FangCom/Live/BotDict/List', authority: ['Pages.LiveRoom'] }, { path: 'https://live.weixin.qq.com/livemp/login', name: '微信直播', target: '_blank' } ] } ]