zzzz
2024-04-21 3f3e2d5977787b0c6e09cd5cba7b41e5fb7d3fd0
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() {