diff --git a/src/components/ui/CardSummary.vue b/src/components/ui/CardSummary.vue index f10654c40..8395dfd73 100644 --- a/src/components/ui/CardSummary.vue +++ b/src/components/ui/CardSummary.vue @@ -54,7 +54,6 @@ onBeforeMount(async () => { onMounted(() => { stateStore.rightDrawerChangeValue(false); - console.log('useStateStore: ', useStateStore.rightMenu); }); async function fetch() { store.url = props.url;