Closed yinyukang-cuc closed 3 years ago
When run the following code ,the result is not the same as it:
const url = Router.url('/users/:id', {id: 1}, {query: { active: true }});
// => "/users/1?active=true"
/users/1
When run the following code ,the result is not the same as it:
Expected Result:
// => "/users/1?active=true"
Actual Result:
/users/1