Ben Lin
2024-08-28 0a8a3f71f2e50f0603077197d9b1971431a64b36
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;