浏览代码

日常开发

linxuxiang 6 月之前
父节点
当前提交
0656cfae81
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/views/train/run.vue

+ 0 - 1
src/views/train/run.vue

@@ -544,7 +544,6 @@ const getChooseStudent = (track?: number) => {
     return false;
   }
   currentTrack.value = track;
-  stopFace();
   chooseStudentRef.value.open();
 };