From cd1c82082e9ace45a1ddf9afcf8088cfa17eee13 Mon Sep 17 00:00:00 2001 From: Frost-ZX Date: Tue, 4 Feb 2025 17:34:15 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=B7=A5=E5=85=B7=E7=AE=B1/WebSocket=20?= =?UTF-8?q?=E6=B5=8B=E8=AF=95):=20=E7=BB=9F=E4=B8=80=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E5=AF=BC=E5=85=A5=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ToolboxView/Network/WebSocketTestTool.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/ToolboxView/Network/WebSocketTestTool.vue b/src/views/ToolboxView/Network/WebSocketTestTool.vue index 86e5134..0cdc7f5 100644 --- a/src/views/ToolboxView/Network/WebSocketTestTool.vue +++ b/src/views/ToolboxView/Network/WebSocketTestTool.vue @@ -177,12 +177,14 @@ import { reactive, ref, nextTick, onMounted, onBeforeUnmount, } from 'vue'; +import { + getCommonDateTime, +} from '@frost-utils/javascript/common/index'; + import { $dialog, $notification, } from '@/assets/js/naive-ui'; -import getCommonDateTime from '@frost-utils/javascript/common/getCommonDateTime'; - /** 数据 */ const data = reactive({