perf:更改头部头像

This commit is contained in:
Xwen
2023-12-16 11:28:04 +08:00
parent 15dc3f469f
commit 7b70371ffa
4 changed files with 5 additions and 4 deletions

View File

@@ -111,7 +111,7 @@ const useUserStore = defineStore("user", {
this.roles = [];
this.permissions = [];
this.name = "未登录";
this.icon = "/src/assets/common/icons/login.svg";
this.icon = "/login.svg";
this.userName = "";
this.id = "";
},