wangguoyu 1 mês atrás
pai
commit
88c3249f87
1 arquivos alterados com 4 adições e 4 exclusões
  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'
+			});
 		})
 	}