From 856c16c95b2446bdc6364192948bd8d9e29c54c8 Mon Sep 17 00:00:00 2001
From: whycq <123456>
Date: 星期日, 24 四月 2022 12:22:38 +0800
Subject: [PATCH] #
---
pages/login/login.vue | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/pages/login/login.vue b/pages/login/login.vue
index 3df0d87..143ec7d 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -95,8 +95,8 @@
bindingThirdPhone: '/sys/thirdLogin/bindingThirdPhone'
},
type:'',
- userName:'root',
- password:'root',
+ userName:'',
+ password:'',
rember:true,
IP:'',
PORT:'8080',// 榛樿绔彛鍙�
@@ -215,7 +215,6 @@
}
uni.showLoading();
uni.request({
-
url: this.baseHttp + this.baseIP + ':' +this.basePORT + this.baseUrl + '/login.action',
data: {
username:this.userName,
--
Gitblit v1.9.1