10.10综合交易所原始源码_移动端
admin
2026-01-06 42faef34194c466f03e29d75a63ae502e4213044
src/App.vue
@@ -15,12 +15,10 @@
import fxFooter from "@/components/fx-footer/index.vue";
import { useRoute } from "vue-router";
import { setStorage, getStorage } from "@/utils/index.js";
import { SET_THEME, SET_COIN_LIST } from "@/store/types.store";
import { SET_THEME } 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) => {
@@ -50,8 +48,8 @@
    setStorage('timezone', res.showTimeZone)
  })
}
onMounted(async () => {
  await quotesStore[SET_COIN_LIST]()
onMounted(() => {
})
</script>
<style lang="scss">