diff --git a/src/views/swiper-manage/index.vue b/src/views/swiper-manage/index.vue index 669f4edf..2acfb97a 100644 --- a/src/views/swiper-manage/index.vue +++ b/src/views/swiper-manage/index.vue @@ -211,9 +211,9 @@ export default { ) return false } - const isLt = file.size / 1024 / 1024 < 10 + const isLt = file.size / 1024 / 1024 < 100 if (!isLt) { - this.$modal.msgError(`图片大小不能超过 10 MB`) + this.$modal.msgError(`图片大小不能超过 100 MB`) return false } this.$modal.loading('图片正在上传,请稍候...')