Browse Source

日常开发

linxuxiang 6 months ago
parent
commit
b165800701
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/train/run.vue

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

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