From 68a34d95db63a264e7a577051d586ea496c63ca0 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Sat, 29 Jun 2024 18:31:56 +0800
Subject: [PATCH] 123
---
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