he2802 3 年 前
コミット
78d4d76ce1
1 ファイル変更1 行追加3 行削除
  1. 1 3
      pages/wd/index.vue

+ 1 - 3
pages/wd/index.vue

@@ -132,9 +132,7 @@ export default {
 			console.log(343);
 			this.$method.exit();
 			this.isLogin = this.$method.isLogin();
-			uni.reLaunch({
-				url: '/pages/index/index'
-			});
+			
 		},
 		jumpLogin() {
 			this.$navTo.togo('/pages/login/login');