This commit is contained in:
caozehui
2025-02-26 13:22:01 +08:00
parent 61be97b04b
commit fc97087767
5 changed files with 60 additions and 60 deletions

View File

@@ -1132,7 +1132,7 @@ onBeforeMount(async () => {
const handleQuitClicked = () => {
//console.log('handleQuitClicked')
dataSocket.socketServe.closeWs()
//dataSocket.socketServe.closeWs()
emit('batchGenerateClicked') // 触发事件
}