Your Name
2022-06-29 69505f82b44840d8719a05d0ff7d5f6f01e1ebcf
src/stores/userInfo.ts
@@ -21,6 +21,7 @@
   }),
   actions: {
      async setUserInfos(value: any) {
         debugger
         this.userInfos.userName = value.username
         this.userInfos.uid = value.id
         this.userInfos.roles = value.role