This commit is contained in:
aihe 2024-08-10 09:03:39 +08:00
parent 9f25d39ddf
commit 282fd33cb3

View File

@ -268,9 +268,7 @@ const reloadCurrentPage = (_thisPage)=> {
let curPage = routes[routes.length - 1] // 获取当前页面路由,也就是最后一个打开的页面路由
_thisPage = curPage || _thisPage
let { fullPath } = _thisPage.$page
uni.redirectTo({
url: fullPath
});
goto(fullPath, 2)
}