Browse Source

Update index.tsx

lex-xin 2 months ago
parent
commit
acef108b2f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pc/home/index.tsx

+ 1 - 1
src/pc/home/index.tsx

@@ -1969,7 +1969,7 @@ export default defineComponent({
           const size = file.size || 0
           const isLt2M = size / 1024 / 1024 < 3;
           if (!isLt2M) {
-            message.error(`文件大小不能超过6M`);
+            message.error(`文件大小不能超过3M`);
             data.loadingAudioSrouce2 = false;
             return;
           }