From cfccdf5c68a71dd526282bd8d3897cb9bd456777 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Fri, 1 Aug 2025 14:29:26 +0800 Subject: [PATCH] =?UTF-8?q?v1.9=20=E4=BF=AE=E5=A4=8D=E4=B8=9A=E5=8A=A1?= =?UTF-8?q?=E5=8F=97=E7=90=86=E9=A1=B5=E9=9D=A2=E9=83=A8=E5=88=86bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/community/communityManageList.vue | 2 +- src/views/user/login/Login.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/community/communityManageList.vue b/src/views/community/communityManageList.vue index 5776d3526..4e1d9a865 100644 --- a/src/views/community/communityManageList.vue +++ b/src/views/community/communityManageList.vue @@ -143,7 +143,7 @@ export default { this.communityManageInfo.records = res.records this.communityManageInfo.communitys = res.communitys this.dealCommunityAttr(res.communitys) - this.pagination.total = res.records + this.pagination.total = res.total }).catch(error => { console.error('请求失败处理', error) }) diff --git a/src/views/user/login/Login.vue b/src/views/user/login/Login.vue index 3f680715a..1cc6ee1b2 100644 --- a/src/views/user/login/Login.vue +++ b/src/views/user/login/Login.vue @@ -44,8 +44,8 @@ export default { logo: '', companyName:'', loginForm: { - username: '', - passwd: '', + username: 'wuxw', + passwd: 'admin', validateCode: '' }, captchaUrl: '',