miniprogram/utils/http.ts @@ -20,7 +20,7 @@ if (!session) { // 既然用户需要重新进行登录,就需要把之前用户存储的信息(过期的 token) 进行清除 clearStorage() wx.redirectTo({ wx.reLaunch({ url: '/pages/login/login' }) }