Commit 53e42e2959b09052fb12fadaef91f06129813e8f

Authored by xp.Huang
2 parents cbb36837 0475d023

Merge branch 'dev-ww' into 'main'

fix: 合并代码重复合并

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