Showing
1 changed file
with
1 additions
and
1 deletions
| ... | ... | @@ -88,7 +88,7 @@ |
| 88 | 88 | this.deptPathsText =this.$store.state.user.deptPaths.length ? this.$store.state.user.deptPaths.join(',') : '', |
| 89 | 89 | this.telephone = this.$store.state.user.telephone |
| 90 | 90 | const _username = (this.username || '').trim() |
| 91 | - this.initialNameChar = _username ? _username.charAt(0) : '登' | |
| 91 | + this.initialNameChar = _username ? _username.charAt(0) : '' | |
| 92 | 92 | }, |
| 93 | 93 | methods: { |
| 94 | 94 | handleToPwd() { | ... | ... |