From 8cfe3b775e16a3e7e04544451c513d65280b34c0 Mon Sep 17 00:00:00 2001 From: whycq <whycq> Date: 星期六, 09 四月 2022 16:47:28 +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