我在 next.js 和 next-router 工作
我有 2 个要传递的数据参数
一个是 entity_id,另一个是 url_key。
data={
entity_id: 5,
url_key: 'canada/ontario/store_five'
}
目前我可以通过一个 url_key:
Router.push('/store?url_key=' + marker.url_key, `/store/${marker.url_key}`)
URL 的出现就像我想要的一样
http://BaseUrl/store/canada/ontario/store_five
现在我还想发送 entity_id 以及上面的 url_key 但这不应该显示在 URl