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