From 282fd33cb316a58a0c15b4ce7978783050ba0c8d Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Sat, 10 Aug 2024 09:03:39 +0800 Subject: [PATCH] uu --- common/untool.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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) }