|
@@ -136,7 +136,6 @@ export const handlePerformDetection = async () => {
|
|
|
if (evaluatingData.checkStep === 0) {
|
|
|
// 检测耳机
|
|
|
const erji = await checkUseEarphone();
|
|
|
- console.log("🚀 ~ erji:", erji)
|
|
|
evaluatingData.checkStep = 1;
|
|
|
if (erji) {
|
|
|
handlePerformDetection();
|
|
@@ -360,9 +359,6 @@ export default defineComponent({
|
|
|
state.setting.displayFingering = false;
|
|
|
// 切换为伴奏
|
|
|
record_old_data.play_mode = state.playSource
|
|
|
- if (state.accompany) {
|
|
|
- state.playSource = 'background'
|
|
|
- }
|
|
|
};
|
|
|
/** 还原状态 */
|
|
|
const handle_reduction = () => {
|