1.beautify user avatar image and show nickname

This commit is contained in:
supine-win
2022-06-11 06:01:53 +08:00
parent 1895a9e809
commit 98f2722781
3 changed files with 19 additions and 5 deletions

View File

@ -8,6 +8,7 @@ const getters = {
token: state => state.user.token,
avatar: state => state.user.avatar,
name: state => state.user.name,
nickname: state => state.user.nickname,
introduction: state => state.user.introduction,
roles: state => state.user.roles,
permissions: state => state.user.permissions,