From 2d824e3fd91927fd02ef0d8b4a7dae35c69fc52e Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Tue, 30 Apr 2024 16:02:25 +0800
Subject: [PATCH] first

---
 src/App.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index ac94f45..ce81d1e 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -74,6 +74,7 @@
   mounted() {
     window.document.documentElement.setAttribute("data-theme", this.theme);
     changeTheme(this.theme);
+    this.GET_UERS_KYC();
   },
   components: {
     // loading: Loading,
@@ -81,7 +82,7 @@
   },
   methods: {
     ...mapActions("home", [SET_KEFU]),
-    ...mapActions("user", [SET_CONFIG]),
+    ...mapActions("user", [SET_CONFIG, "GET_UERS_KYC"]),
     ...mapMutations("language", ["setLanguage"]),
     ...mapMutations("home", [SET_CURRENCY]),
     async init() {

--
Gitblit v1.9.3