JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_优化tss和asr后端繁忙挂断逻辑

This commit is contained in:
田岩
2025-12-17 17:55:08 +08:00
parent 784feb524b
commit ec75805717
8 changed files with 4 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
+4
View File
@@ -95,6 +95,10 @@ export default function useWebSocket(aaas = null, options = {}) {
code: 4001, code: 4001,
reason: '当前服务器繁忙,请稍后在试!' reason: '当前服务器繁忙,请稍后在试!'
}) })
onClose({
code: 4001,
reason: '当前服务器繁忙,请稍后在试!'
})
break; break;
case 5: // 使用人数过多等其他错误 case 5: // 使用人数过多等其他错误
ws.value.close({ ws.value.close({