qinzhipeng_v@didiglobal.com 4 years ago
parent
commit
e921cf728e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/projectManage/bugList/file/createdBug.vue

+ 1 - 1
src/views/projectManage/bugList/file/createdBug.vue

@@ -646,7 +646,7 @@ export default {
       const isLt200M = file.size / 1024 / 1024 < 20
       if (!isLt200M) {
         this.$message({
-          message: '上传文件大小不能超过 20MB!',
+          message: '上传文件大小不能超过 10MB!',
           type: 'warning'
         })
         return false