From 131e786fef04a3935d0cd8a2edf728571ca3f4b2 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期二, 07 四月 2026 14:02:48 +0800
Subject: [PATCH] 解决socket.io版本不对应问题
---
src/hiprint/hiprint.bundle.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/hiprint/hiprint.bundle.js b/src/hiprint/hiprint.bundle.js
index a092ac0..d9a14d6 100644
--- a/src/hiprint/hiprint.bundle.js
+++ b/src/hiprint/hiprint.bundle.js
@@ -46,7 +46,7 @@
// 姘村嵃
import watermark from "./plugins/watermark.js";
// 鐩存帴鎵撳嵃闇�瑕�
-import {io} from "socket.io-client";
+import io from "./plugins/socket.io.js";
//寮曞叆鏍囧昂
import lImg from "./css/image/l_img.svg";
import vImg from "./css/image/v_img.svg";
--
Gitblit v1.9.1