In vue, when the account input and password input of the login page communicate between two different components, how to use axios to verify whether it is necessary to create a new login interface at this time?

In

vue, when the account input and password input of the login page communicate between two different components, how to verify the login
through axios? do you need to create a new login interface at this time?

Menu