From 33caf2bb79bb3c561916c91ae386ec772411e2e8 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期一, 11 五月 2026 18:21:50 +0800
Subject: [PATCH] 代码生成

---
 small-program/components/auth-login/auth-login.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/small-program/components/auth-login/auth-login.vue b/small-program/components/auth-login/auth-login.vue
index 3105250..de06d3c 100644
--- a/small-program/components/auth-login/auth-login.vue
+++ b/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')
 									}
 								})
 							}

--
Gitblit v1.9.3