123
dcc
2024-06-28 25b2ba1cf86bc3439e7ad2acf2cd4a9ea7e4b0ed
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() {