mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-27 01:23:55 +08:00
fix: 解决MCP接入点输入框没有显示报错信息的问题
This commit is contained in:
@@ -90,6 +90,10 @@ export default {
|
||||
if (val) {
|
||||
this.resetData();
|
||||
this.loadSessions();
|
||||
} else {
|
||||
this.audioElement?.pause();
|
||||
this.audioElement = null;
|
||||
this.playingAudioId = null;
|
||||
}
|
||||
},
|
||||
dialogVisible(val) {
|
||||
|
||||
Reference in New Issue
Block a user