浏览代码

Update index.tsx

lex-xin 2 月之前
父节点
当前提交
acef108b2f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
           }