fix
This commit is contained in:
@@ -758,7 +758,7 @@ export default defineComponent({
|
||||
if (!isJpgOrPng) {
|
||||
message.info(this.t('DesignDetailAlter.jsContent4'));
|
||||
}
|
||||
const isLt2M = file.size / 1024 / 1024 < 5;
|
||||
const isLt2M = file.size / 1024 / 1024 < 3;
|
||||
if (!isLt2M) {
|
||||
message.info(this.t('DesignDetailAlter.jsContent5'));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user