From 10ae883d6368fb8fc3f95620f610c3aaf6c6a3cd Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期二, 14 七月 2026 13:50:35 +0800
Subject: [PATCH] PDA扫码调试

---
 src/components/pda-media-upload/pda-media-upload.vue |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/components/pda-media-upload/pda-media-upload.vue b/src/components/pda-media-upload/pda-media-upload.vue
index c9fd8e5..f645485 100644
--- a/src/components/pda-media-upload/pda-media-upload.vue
+++ b/src/components/pda-media-upload/pda-media-upload.vue
@@ -93,11 +93,9 @@
   const uploading = ref(false);
   const uploadProgress = ref(0);
 
-  // 鐩戝惉涓婁紶鐘舵�侊紝鍙戝嚭浜嬩欢
   const watchUploading = val => {
     emit("uploading", val);
   };
-  // 鐩戝惉杩涘害锛屽彂鍑轰簨浠�
   const watchProgress = val => {
     emit("progress", val);
   };
@@ -393,4 +391,3 @@
     font-size: 13px;
   }
 </style>
-

--
Gitblit v1.9.3