guhongwei 4 年之前
父节点
当前提交
a81221fcb4
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      src/views/hallList/parts/trainlive.vue

+ 0 - 4
src/views/hallList/parts/trainlive.vue

@@ -30,7 +30,6 @@
       <div slot="footer" style="text-align:center">
         <el-button @click="resetBtn">取消</el-button>
         <el-button type="primary" @click="onSubmit">确认</el-button>
-        <el-button type="primary" @click="logout">注销</el-button>
       </div>
     </el-dialog>
   </div>
@@ -113,9 +112,6 @@ export default {
         this.resetBtn();
       }
     },
-    async logout() {
-      let res = await this.userLogout({ id: '6006333bc54267a190981cea' });
-    },
     // 取消
     resetBtn() {
       this.form = {};