From bfbea958be8afe7e0522dc19f8a468eb35a3f9b9 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期四, 13 十一月 2025 10:29:09 +0800
Subject: [PATCH] fix: 钢芯领用添加芯线类型字段,添加扫码领用功能
---
src/composables/useScanCode.ts | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/composables/useScanCode.ts b/src/composables/useScanCode.ts
index ade564f..2c77588 100644
--- a/src/composables/useScanCode.ts
+++ b/src/composables/useScanCode.ts
@@ -19,7 +19,7 @@
const initDebugListener = () => {
if (debugListenerInitialized) return;
-
+
// 鐩戝惉鎵�鏈夊彲鑳界殑鎵爜浜嬩欢
const eventNames = ["scan", "scanIndex", "scanJX", "scanLS"];
eventNames.forEach((eventName) => {
@@ -27,7 +27,7 @@
console.log(`馃攳 [鍏ㄥ眬璋冭瘯] 鎹曡幏鍒� ${eventName} 浜嬩欢:`, data);
});
});
-
+
debugListenerInitialized = true;
console.log("馃攳 [鍏ㄥ眬璋冭瘯] 璋冭瘯鐩戝惉鍣ㄥ凡鍒濆鍖�");
};
--
Gitblit v1.9.3