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