uniapp token失效回到登陆页无效

  • 添加了个定时器
uni.reLaunch({
  url: '/pages/login/index'
})
setTimeout(() => {
  uni.reLaunch({
    url: 'pages/login/index'
  })
})
posted @ 2021-12-28 19:46  懒惰ing  阅读(941)  评论(0)    收藏  举报