lct
Your Name
2022-08-11 b37d9a1f4f39fb04f48a63d11d759c673e5f4d6a
src/stores/userInfo.ts
@@ -22,7 +22,7 @@
   actions: {
      async setUserInfos(value: any) {
         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');
         // // 模拟数据