From 407c8602522f9cde794d6e876b3686beb7bff1ad Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期四, 27 四月 2023 10:48:25 +0800
Subject: [PATCH] #
---
pages/login/login.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pages/login/login.vue b/pages/login/login.vue
index 7145c5a..e86f238 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -289,7 +289,7 @@
url: this.baseHttp + this.baseIP + ':' + this.basePORT + "/" + this.baseUrl +
'/login.action',
data: {
- username: this.userName,
+ mobile: this.userName,
password: md5.hex_md5(this.password)
},
header: {
@@ -315,7 +315,7 @@
setTimeout(() => {
// uni.navigateBack(); // 灏忕▼搴忕敤杩欎釜 鎶婇椤佃矾鐢辨斁绗竴涓�
uni.reLaunch({
- url: '../index/index2'
+ url: '../index/index'
});
}, 1000);
} else {
--
Gitblit v1.9.1