yz_08
2021-03-17 91fc872393c94fac5cce4a11fe46bb803ed44065
修改上传限制
1个文件已修改
4 ■■■■ 已修改文件
src/views/yunpan/zhishou.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/yunpan/zhishou.vue
@@ -589,9 +589,9 @@
        this.fileDate.folderid = this.folderform.folderid
      }
      const isLt50M = file.size / 1024 / 1024 < 50
      const isLt50M = file.size / 1024 / 1024 < 200
      if (!isLt50M) {
        this.$message.error('上传文件不能超过 50MB!')
        this.$message.error('上传文件不能超过 200MB!')
      }
      return isLt50M
    },