From 55fcdfcac9fa9693132a352c6d891866d90f3b3c Mon Sep 17 00:00:00 2001
From: 展杰 <1240968267@qq.com>
Date: 星期一, 20 十一月 2023 17:43:33 +0800
Subject: [PATCH] 1
---
pages/login/login.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pages/login/login.vue b/pages/login/login.vue
index 9daa83f..d99d97f 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -59,7 +59,7 @@
return
}
- console.log(this.userInfo)
+ // console.log(this.userInfo)
login(this.userInfo.account, this.userInfo.password).then(response => {
console.log(response)
if (!response.result) {
--
Gitblit v1.9.3