|
@@ -48,7 +48,7 @@ export default {
|
|
|
},
|
|
|
ysfConfigData() {
|
|
|
return [
|
|
|
- { key: 'real_name', value: this.$auth.user.userName },
|
|
|
+ { key: 'real_name', value: this.$auth.user.username },
|
|
|
{ key: 'mobile_phone', hidden: true, value: this.$auth.user.phone },
|
|
|
{ key: 'email', value: this.$auth.user.email },
|
|
|
{
|
|
@@ -69,7 +69,7 @@ export default {
|
|
|
ysfConfig() {
|
|
|
return {
|
|
|
uid: String(this.$auth.user.id),
|
|
|
- name: this.$auth.user.userName,
|
|
|
+ name: this.$auth.user.username,
|
|
|
mobile: this.$auth.user.phone,
|
|
|
email: this.$auth.user.email,
|
|
|
data: JSON.stringify(this.ysfConfigData),
|