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 花裤衩
parent 8ad5c90f8f
commit f788d681e6
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: ''
} }
} }
} }