@@ -27,7 +27,7 @@ export const headTopData = reactive({
/** 切换模式 */
handleChangeModeType(value: "practise" | "follow" | "evaluating") {
if (value === "evaluating") {
- console.log(state.platform)
+ // 如果是pc端, 评测模式暂不可用
if (state.platform === IPlatform.PC){
showConfirmDialog({
title: '温馨提示',
@@ -4,6 +4,9 @@
box-sizing: border-box;
}
img { -webkit-touch-callout: none; }
+body{
+ user-select: none;
+}
:root {
--cursor-color : url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAABRJREFUCB1jZDy49T8DEDCBCBAAACTkAnq23WmtAAAAAElFTkSuQmCC);
@@ -448,6 +448,7 @@ export default defineComponent({
console.log("加载评测模块成功");
});
onUnmounted(() => {
+ resetPlaybackToStart();
removeResult(handleScoreResult);
api_remove_recordStartTime(recordStartTimePoint);
handle_reduction();