增加错误日志

This commit is contained in:
fan 2023-05-31 10:24:16 +08:00
parent 228044b4c9
commit 5ad0421991

View File

@ -334,7 +334,7 @@ export default {
);
}
}
}).catch(() => { console.error('操作失败!'); });
}).catch((e) => { console.error('操作失败!', e); });
} else {
this.stopRecording(); //
}