This commit is contained in:
2025-07-29 16:13:19 +08:00
parent 8b1765c452
commit 5315d61561
6 changed files with 15 additions and 7 deletions

View File

@@ -45,6 +45,7 @@
};
},
created () {
this.$store.dispatch('setPublicObj', '')
if (this.$store.getters.userInfo) {
this.userName = JSON.parse(this.$store.getters.userInfo).username
}