dwh 2 년 전
부모
커밋
4a522e2bfc
1개의 변경된 파일3개의 추가작업 그리고 6개의 파일을 삭제
  1. 3 6
      src/views/login/login.vue

+ 3 - 6
src/views/login/login.vue

@@ -59,12 +59,9 @@
 				}) 
 			},
 			getStatusBarHeightInvoke(data){
-				this.$dialog.confirm({
-					title: '标题',
-					message:JSON.stringify(data),
-				}).then(()=>{
-					this.$router.push('loginByPhone');
-				})
+				this.$toast(JSON.stringify(data));
+				return;
+				this.$router.push('loginByPhone');
 			},
 		}
 	}