src/store/modules/websocket.ts
@@ -4,7 +4,7 @@ * @version: * @Date: 2024-07-24 20:42:38 * @LastEditors: Ben Lin * @LastEditTime: 2024-07-25 09:43:58 * @LastEditTime: 2024-08-26 16:16:01 */ import { defineStore } from 'pinia'; import { useGlobSetting } from '/@/hooks/setting'; @@ -120,7 +120,7 @@ 'wsApply ' + JSON.stringify({ Data: 'ping', Message: '心跳发送' Message: 'BS端心跳发送' }), ); this.socketHeart = this.socketHeart + 1;