This commit is contained in:
sjl
2025-03-14 12:27:04 +08:00
parent c17efbf9f6
commit 7caa4a5303
2 changed files with 4 additions and 6 deletions

View File

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