Explorar el Código

修改返回路径

wangxy hace 1 mes
padre
commit
fbeb179c30
Se han modificado 1 ficheros con 1 adiciones y 17 borrados
  1. 1 17
      App.vue

+ 1 - 17
App.vue

@@ -36,14 +36,6 @@
 						
 					}
 				})
-			} else {
-				cacheManager.clearAll()
-				uni.reLaunch({
-					url: '/pages/Login/clientIndex',
-					success() {
-
-					}
-				});
 			}
 			// #endif
 		},
@@ -69,15 +61,7 @@
 
 					}
 				})
-			} else {
-				cacheManager.clearAll()
-				uni.reLaunch({
-					url: '/pages/Login/clientIndex',
-					success() {
-
-					}
-				});
-			}
+			} 
 			// #endif
 		},
 		onHide: function() {