Your Name
2022-06-28 88915d2edd6b1c3439bb3b616a55ea633a8ed143
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