fix[profile/UserCard]: fixed wrong key name (#3056)

roles => role
This commit is contained in:
echofly 2020-03-18 19:22:38 +08:00 committed by GitHub
parent a45e64fcb2
commit c2a5a15956
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: '', name: '',
email: '', email: '',
avatar: '', avatar: '',
roles: '' role: ''
} }
} }
} }