The difference between query and params in vue?

What are params and query?

params: /router1/:id, /router1/123, /router1/789, the id here is called params

query: /router1?id=123 ,/router1?id=456 , the id here is called query.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324913957&siteId=291194637