Why is it an empty object when axios is combined with the form to transmit data?

the formData I printed out is empty, that is, I didn"t get those parameters. I don"t know if this causes the caller to report an error

.
Mar.21,2021

formData is invisible for direct printing. You can view

with get ('key').
Menu