Your Name
2022-08-26 b523f8426c3ba2e4fcac3c196b5bef2af455c0c2
src/stores/userInfo.ts
@@ -19,6 +19,7 @@
            dataList: []
        }
    }),
    persist:true,
    actions: {
        async setUserInfos(value: any) {
            this.userInfos.userName = value.realName;