lrf402788946 3 years ago
parent
commit
c2ab285596
1 changed files with 0 additions and 6 deletions
  1. 0 6
      src/views/admin/live/achieve.vue

+ 0 - 6
src/views/admin/live/achieve.vue

@@ -41,12 +41,6 @@ export default {
         { num: '7', title: '嘉宾访谈', icon: 'el-icon-user-solid', component: 'aInterview' },
         { num: '7', title: '嘉宾访谈', icon: 'el-icon-user-solid', component: 'aInterview' },
         { num: '8', title: '项目路演', icon: 'el-icon-video-camera-solid', component: 'aRoadShow' },
         { num: '8', title: '项目路演', icon: 'el-icon-video-camera-solid', component: 'aRoadShow' },
         { num: '9', title: '统计报表', icon: 'el-icon-s-operation', component: 'aStatistics' },
         { 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 } }),
-        },
       ],
       ],
     };
     };
   },
   },