This commit is contained in:
手瓜一十雪
2025-01-21 21:46:00 +08:00
parent 9204b9b286
commit 811d9a7237

View File

@@ -293,7 +293,6 @@ const delConfig = (item: any) => {
};
const selectType = (key: ComponentKey) => {
console.log(WebConfg.value, key, WebConfg.value.get(key));
cardConfig.value = WebConfg.value.get(key) || [];
};