Commit 0475d023a0980990c35c560005b6aa7dc700386e

Authored by ww
1 parent cbb36837

fix: 合并代码重复合并

@@ -48,10 +48,6 @@ @@ -48,10 +48,6 @@
48 import { BAI_DU_MAP_GL_LIB, BAI_DU_MAP_TRACK_ANIMATION } from '/@/utils/fnUtils'; 48 import { BAI_DU_MAP_GL_LIB, BAI_DU_MAP_TRACK_ANIMATION } from '/@/utils/fnUtils';
49 import { useAppStore } from '/@/store/modules/app'; 49 import { useAppStore } from '/@/store/modules/app';
50 50
51 - const props = defineProps<{  
52 - value: Recordable;  
53 - }>();  
54 -  
55 const userStore = useAppStore(); 51 const userStore = useAppStore();
56 52
57 const getAceClass = computed((): string => userStore.getDarkMode); 53 const getAceClass = computed((): string => userStore.getDarkMode);