rk
2026-05-13 3e210fac9492b90e21ca9bf76c1d9a8fda1f4388
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')
                           }
                        })
                     }