push Develop
This commit is contained in:
@@ -129,7 +129,7 @@ export default defineComponent({
|
||||
if (!isJpgOrPng) {
|
||||
message.warning(this.t('MarketingSketchUpload.jsContent2'));
|
||||
}
|
||||
const isLt2M = file.size / 1024 / 1024 < 2;
|
||||
const isLt2M = file.size / 1024 / 1024 < 5;
|
||||
if (!isLt2M) {
|
||||
message.warning(this.t('MarketingSketchUpload.jsContent3'));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user