dcc
2024-06-07 d5381ec06ab5f549fade867c3a874de613bdd5d4
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() {