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

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

上级 d58e9117
......@@ -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.
先完成此消息的编辑!
想要评论请 注册