From 3f3e2d5977787b0c6e09cd5cba7b41e5fb7d3fd0 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Sun, 21 Apr 2024 15:59:28 +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