瀏覽代碼

修改返回路径

wangxy 1 月之前
父節點
當前提交
fbeb179c30
共有 1 個文件被更改,包括 1 次插入17 次删除
  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() {