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

View File

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