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