Parcourir la source

reactor:宜宾司法大屏改造

zhangchong il y a 2 semaines
Parent
commit
d133115b69
1 fichiers modifiés avec 1 ajouts et 5 suppressions
  1. 1 5
      src/views/snapshot/center-top.vue

+ 1 - 5
src/views/snapshot/center-top.vue

@@ -17,15 +17,11 @@
   </div>
 </template>
 <script setup lang="ts">
-import { ref, onMounted, watch, nextTick } from "vue";
+import { ref, onMounted, watch } from "vue";
 import { areaDetail } from "api/home";
 import dayjs from "dayjs";
 import { loadingOptions } from "@/utils/constants";
-import { useThemeConfig } from "@/stores/themeConfig";
-import { storeToRefs } from "pinia";
 
-const storesThemeConfig = useThemeConfig();
-const { themeConfig } = storeToRefs(storesThemeConfig);
 const props = defineProps({
   dateArray: {
     type: Array,