rk
2026-05-22 552238172036acf08ccf36134282a06b5e21b936
small-program/components/auth-login/auth-login.vue
@@ -90,6 +90,7 @@
                              this.$store.commit('setUserInfo', res.data.member)
                              this.$store.commit('setToken', res.data.token)
                              this.$emit('close')
                              this.$emit('success')
                           }
                        })
                     }