浏览代码

重新登录

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');