1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-04-06 03:57:53 +08:00

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

View File

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