提交 2573ffe4 编写于 作者: Anne_LXM's avatar Anne_LXM 提交者: Anne_LXM

鸿蒙上uni.reLaunch跳到tabBar白屏先改成uni.switchTab

上级 8700ff16
......@@ -118,9 +118,9 @@ export const mutations = {
if (delta) {
const page = pagesJson.pages[0]
return uni.reLaunch({
url: `/${page.path}`
})
return uni.switchTab({
url: `/${page.path}`
})
}
uni.navigateBack({
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册