From 234b6cf8944ef95c415c4898f19b8fb4d12e898f Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期日, 13 十月 2024 22:44:46 +0800 Subject: [PATCH] 工艺路线增加完工节点 --- src/store/modules/websocket.ts | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/store/modules/websocket.ts b/src/store/modules/websocket.ts index 36a18e7..9155521 100644 --- a/src/store/modules/websocket.ts +++ b/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; -- Gitblit v1.9.3