qinzhipeng_v@didiglobal.com %!s(int64=4) %!d(string=hai) anos
pai
achega
e921cf728e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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