From 355943dee6906cbf2b76bd8456528333c723dc95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TOP=E7=B3=AF=E7=B1=B3?= <1130395124@qq.com> Date: Thu, 30 Mar 2023 10:40:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E5=90=8E=E5=88=B7=E6=96=B0?= =?UTF-8?q?=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/auth/auth.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/auth/auth.vue b/src/pages/auth/auth.vue index b880037..923cafe 100644 --- a/src/pages/auth/auth.vue +++ b/src/pages/auth/auth.vue @@ -185,6 +185,8 @@ export default { }) .then((response) => { this.$store.dispatch("user/info"); + this.$store.commit("system/refreshGet", true); + this.$store.commit("system/refreshOrder", true); this.$utils.toast(response.msg).then(() => { this.$utils.toPage( "",