10.10综合交易所原始源码_移动端
1
admin
2026-01-06 03043192ddf00f9a36b7454799a9152cd1b50a0b
src/App.vue
@@ -15,10 +15,12 @@
import fxFooter from "@/components/fx-footer/index.vue";
import { useRoute } from "vue-router";
import { setStorage, getStorage } from "@/utils/index.js";
import { SET_THEME } from "@/store/types.store";
import { SET_THEME, SET_COIN_LIST } from "@/store/types.store";
import { themeStore } from "@/store/theme";
import { useQuotesStore } from '@/store/quotes.store';
const quotesStore = useQuotesStore()
const route = useRoute();
const thStore = themeStore();
const geturlkey = (name) => {
@@ -48,8 +50,8 @@
    setStorage('timezone', res.showTimeZone)
  })
}
onMounted(() => {
onMounted(async () => {
  await quotesStore[SET_COIN_LIST]()
})
</script>
<style lang="scss">