@@ -434,10 +434,10 @@
}).catch((err) => {
toast('数据异常,请重新登录!4')
- // cacheManager.clearAll();
- // uni.reLaunch({
- // url: '/pages/login/index'
- // });
+ cacheManager.clearAll();
+ uni.reLaunch({
+ url: '/pages/login/index'
+ });
})
}