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: '',