The axios get method does not get the passed parameters

Problem description: When using the get method of axios, the data from the front end is not received in the background.
Back-end image:
Insert picture description here
Front-end image:
Insert picture description here
Solution: Move up the same get method and the parameter-taking method of the back-end, or comment out the method that does not take parameters.
Insert picture description here

Guess you like

Origin blog.csdn.net/qq_38192709/article/details/110943719