Fixed: Remove Log

This commit is contained in:
zhaojisen 2025-03-03 11:20:06 +08:00
parent cd974b80ce
commit fbce3bd010

View File

@ -59,8 +59,6 @@ export default {
}, },
on: { on: {
fileChange: ([value], updateForm) => { fileChange: ([value], updateForm) => {
console.log('fileChange', value)
console.log('updateForm', updateForm)
this.logo_file = value this.logo_file = value
} }
} }