liushengqiang 2 лет назад
Родитель
Сommit
5ae4785f04
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/page-orchestra/evaluat-model/index.tsx

+ 1 - 0
src/page-orchestra/evaluat-model/index.tsx

@@ -153,6 +153,7 @@ export default defineComponent({
 				heardLevel: state.setting.evaluationDifficulty,
 				beatLength: Math.round((state.fixtime * 1000) / rate),
 				practiceSource: query.unitId ? "UNIT_TEST" : "PRACTICE",
+				feature: "PRACTICE",
 				// evaluationCriteria: getEvaluationCriteria(),
 			};
 			await connectWebsocket(content);