瀏覽代碼

日常开发

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();
 };