Your Name
2022-09-08 5a1616f169d75ece07d2d12a8edac3e5f660a920
src/stores/userInfo.ts
@@ -19,9 +19,10 @@
            dataList: []
        }
    }),
    persist:true,
    actions: {
        async setUserInfos(value: any) {
            this.userInfos.userName = value.username;
            this.userInfos.userName = value.realName;
            this.userInfos.uid = value.uid;
            this.userInfos.roles = value.role;
            // const userName = Cookies.get('userName');