提交 2089ffcd 编写于 作者: DCloud_JSON's avatar DCloud_JSON

更新 解决 web-pc 端退出登录后,补充oauthToken重定向后也会跳转到登录页面的问题

上级 dc6475c5
......@@ -192,7 +192,7 @@ export default async function (initParam) {
// 第二次 activate 之后开始 检查token是否已经过期,如果已经过期则重定向至登录页面
const { tokenExpired } = $state.currentUser
if (!isLoginPage && count > 1 && tokenExpired < Date.now()) {
if (!currentPage?.options?.oauthToken && !isLoginPage && count > 1 && tokenExpired < Date.now()) {
console.info('uni-im检测到,当前用户登录过且当前登录状态已过期,将自动跳转至登录页面。')
uni.reLaunch({
url: '/uni_modules/uni-id-pages/pages/login/login-withpwd',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册