From a2f671f1259aa5be99281cb2bcd231d2697cd52f Mon Sep 17 00:00:00 2001 From: wangpeng Date: Mon, 1 Apr 2024 09:26:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=86=E6=B5=8B=E8=AF=95=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/login/home.vue | 4 ++-- pages/my/home.vue | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pages/login/home.vue b/pages/login/home.vue index 5944912..59cdc47 100644 --- a/pages/login/home.vue +++ b/pages/login/home.vue @@ -87,8 +87,8 @@ data() { return { noClick: true, - userName: '130324198402060201', - userPwd: 'Aa@123456', + userName: '', + userPwd: '', radio: '' } }, diff --git a/pages/my/home.vue b/pages/my/home.vue index 2fc4692..882c3f8 100644 --- a/pages/my/home.vue +++ b/pages/my/home.vue @@ -78,7 +78,6 @@ mounted() { this.loginUser = loginUser; this.loginCorpId = loginUser.CORPINFO_ID - console.log('loginCorpId =>' + this.loginCorpId) this.isRest = isRest; if(this.loginCorpId && this.loginUser.USERNAME){ this.getData();