Skip to content

Commit e9cf181

Browse files
authored
Update user.vue (#567)
1 parent 3be5080 commit e9cf181

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/component/layout/user.vue

-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ export default {
7878
const { user } = this.$store.state
7979
this.nickname = user?.nickname ? user.nickname : '佚名'
8080
this.username = user?.username ? user.username : '未登录'
81-
this.groupName = user?.groupName ? user.groupName : '超级管理员'
8281
},
8382
methods: {
8483
...mapActions(['loginOut', 'setUserAndState']),

0 commit comments

Comments
 (0)