diff --git a/common/untool.js b/common/untool.js index 397a2ed..d8379e9 100644 --- a/common/untool.js +++ b/common/untool.js @@ -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) }