eight
2025-04-10 f4b90cc4280809e8b69bb1a7617e3e7b7a6d5920
src/views/ecg/callingscreen/roomscreen.vue
@@ -74,6 +74,9 @@
}
const initiateSpeak = async () => {
  //TODO: 测试用,暂时不播音
  return;
  curSpeakPat = await CallApi.getNextInstallCall()
  if (curSpeakPat !== null) {
    speak("请、" + curSpeakPat.patName + "到" + curSpeakPat.roomName + "装机");