taro3.x: 使用taro-router在H5浏览器返回报错

h5使用useRouter导致返回报错TypeError: Cannot read property 'options' of undefined
at onUnload

使用taro的getCurrentInstance().router获取参数

/ 目标页面获取数据,Class组件:
const data = Router.getData()
const params = getCurrentInstance().router?.params
原文地址:https://www.cnblogs.com/Nyan-Workflow-FC/p/14445847.html