From d2dff3528adc6b39b57e14f801d652f21135f594 Mon Sep 17 00:00:00 2001
From: whycq0520 <91384184@qq.com>
Date: 星期三, 23 三月 2022 14:54:33 +0800
Subject: [PATCH] #搜索功能

---
 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 9641e83..b99a83e 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -202,7 +202,7 @@
 				uni.request({
 				    url: this.baseHttp + this.baseIP + ':' +this.basePORT + this.baseUrl + '/login.action',
 				    data: {
-				      mobile:this.userName,
+				      username:this.userName,
 				      password:md5.hex_md5(this.password) 
 				    },
 				    header: {

--
Gitblit v1.9.1