sunchengjie 10 months ago
parent
commit
924a7eb615
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/pages/login.vue

+ 2 - 2
src/pages/login.vue

@@ -75,8 +75,8 @@ export default {
 				localStorage.setItem("password", this.password);
 				this.$router.push({ path: '/' });
 			} else {
-
-				Toast(res.error);
+				Toast(res.message);
+				// Toast(res.error);
 			}
 
 			// //发送失败