提交 25b83fe4 编写于 作者: C chenruilong

fix: 登录成功后支持跳转指定页面

上级 b85bb423
......@@ -25,23 +25,23 @@ export default function(e = {}) {
}
})
console.log('判断需要返回几层:',pages, delta);
// #ifdef H5
if (redirect) {
return uni.reLaunch({
url: redirect
})
}
// #ifdef H5
if(e.loginType == 'weixin'){
console.log('window.history',window.history);
return window.history.go(-3)
}
// #endif
if (delta) {
const page = pagesJson.pages[0]
return uni.reLaunch({
url: `/${page.path}`
})
}
// #endif
uni.navigateBack({
delta
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册