both say that when submitting data using axios and fomeData, the form parameters cannot be printed on the console and can only be obtained through the get method.
what I don"t understand is that the parameters I need to transfer to the interface are generally encrypted, but the two parameters for uploading pictures in the form, file1,file2, are not encrypted. That is to say, I need to judge that if the parameter is file1 file2, it is not encrypted.
this is my encrypted code to encrypt the parameters
params