| | |
| | | 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) => { |
| | |
| | | setStorage('timezone', res.showTimeZone) |
| | | }) |
| | | } |
| | | onMounted(async () => { |
| | | await quotesStore[SET_COIN_LIST]() |
| | | onMounted(() => { |
| | | |
| | | }) |
| | | </script> |
| | | <style lang="scss"> |