yh-hiprint 2.6.6 → 2.6.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/libs/hiprint.bundle.js +1 -2
- package/package.json +1 -1
package/libs/hiprint.bundle.js
CHANGED
|
@@ -22,7 +22,6 @@ import JsBarcode from './jsbarcode/JsBarcode.js';
|
|
|
22
22
|
import QRCode from './plugins/qrcode.js';
|
|
23
23
|
// 水印
|
|
24
24
|
import watermark from './plugins/watermark.js';
|
|
25
|
-
import { io } from 'socket.io-client';
|
|
26
25
|
// 直接打印需要
|
|
27
26
|
//引入标尺
|
|
28
27
|
import lImg from './css/image/l_img.svg';
|
|
@@ -8619,7 +8618,7 @@ var hiprint = (function (t) {
|
|
|
8619
8618
|
return !0;
|
|
8620
8619
|
},
|
|
8621
8620
|
hasIo: function hasIo (t) {
|
|
8622
|
-
return
|
|
8621
|
+
return false;
|
|
8623
8622
|
},
|
|
8624
8623
|
send: function send (t) {
|
|
8625
8624
|
try {
|