1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-30 19:39:47 +08:00

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

View File

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