From 875e462062d827b109a86f6a1bccbfc853156f30 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期四, 24 七月 2025 09:59:13 +0800
Subject: [PATCH] 优化

---
 代码管理/淮安PDA/pages/stash/ProEmptyBack.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/\346\267\256\345\256\211PDA/pages/stash/ProEmptyBack.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/\346\267\256\345\256\211PDA/pages/stash/ProEmptyBack.vue"
index 65a4afb..4d9cd85 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/\346\267\256\345\256\211PDA/pages/stash/ProEmptyBack.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/\346\267\256\345\256\211PDA/pages/stash/ProEmptyBack.vue"
@@ -36,10 +36,10 @@
 			
 		},
 		methods: {
-			voiceSpeech(src) {
-				innerAudioContext.src = src; // '../../static/success.mp3';
-				innerAudioContext.play();
-			},
+			// voiceSpeech(src) {
+			// 	innerAudioContext.src = src; // '../../static/success.mp3';
+			// 	innerAudioContext.play();
+			// },
 			barcodeInput() {
 				this.$nextTick(function(x) {
 					if (this.barcode.length > 0) {

--
Gitblit v1.9.3