Commit 53e42e2959b09052fb12fadaef91f06129813e8f
Merge branch 'dev-ww' into 'main'
fix: 合并代码重复合并 See merge request yunteng/thingskit-front!540
Showing
1 changed file
with
0 additions
and
4 deletions
| ... | ... | @@ -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); | ... | ... |