fix[profile/userCard]: fixed wrong key name

roles => role
This commit is contained in:
echofly 2020-03-17 17:11:39 +08:00 committed by GitHub
parent a45e64fcb2
commit bdc82c045e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ export default {
name: '',
email: '',
avatar: '',
roles: ''
role: ''
}
}
}