From 42faef34194c466f03e29d75a63ae502e4213044 Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Tue, 06 Jan 2026 10:38:46 +0800
Subject: [PATCH] 上一版是10.10的, 这版才是原始源码
---
src/App.vue | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index 155528d..9a76087 100644
--- a/src/App.vue
+++ b/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">
--
Gitblit v1.9.3