|
@@ -41,12 +41,6 @@ export default {
|
|
|
{ num: '7', title: '嘉宾访谈', icon: 'el-icon-user-solid', component: 'aInterview' },
|
|
|
{ num: '8', title: '项目路演', icon: 'el-icon-video-camera-solid', component: 'aRoadShow' },
|
|
|
{ num: '9', title: '统计报表', icon: 'el-icon-s-operation', component: 'aStatistics' },
|
|
|
- {
|
|
|
- num: '10',
|
|
|
- title: '退出登陆',
|
|
|
- icon: 'el-icon-circle-close',
|
|
|
- component: () => this.$router.push({ path: '/channel/index', query: { id: this.user.id } }),
|
|
|
- },
|
|
|
],
|
|
|
};
|
|
|
},
|