wangguoyu 1 月之前
父節點
當前提交
88c3249f87
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      pages/study/index.vue

+ 4 - 4
pages/study/index.vue

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