From ce1248297e07cf5e409a37d43f2e0b54fcf86071 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 14 五月 2026 18:29:06 +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