Admin
2022-06-29 18f7885f55c727990346232aeb8f7ca73e9f39e9
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