uu
This commit is contained in:
parent
9f25d39ddf
commit
282fd33cb3
@ -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)
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user