shj
2022-08-11 c60ce7e35c2c4e2f4c8b2aa24aab839a931f3a62
src/stores/userInfo.ts
@@ -21,9 +21,8 @@
   }),
   actions: {
      async setUserInfos(value: any) {
         debugger
         this.userInfos.userName = value.username
         this.userInfos.uid = value.id
         this.userInfos.uid = value.uid
         this.userInfos.roles = value.role
         // const userName = Cookies.get('userName');
         // // 模拟数据