You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.
bug 描述
当使用 usePageEvent 的时候, 页面路径相同,参数不同时,转跳后,之前路由的页面响应的event也会被触发
复现步骤
写一个页面,监听
usePageEvent('onShow', () => console.log('hello'))
事件,页面写个按钮,也是跳到这个当前页面,可以传不同参数期望结果
同页面路径转跳后,
hello
只被输出一次版本信息:
The text was updated successfully, but these errors were encountered: