diff --git a/src/views/sponeScreen/cityGK/index.vue b/src/views/sponeScreen/cityGK/index.vue index 9dd2898..483a269 100644 --- a/src/views/sponeScreen/cityGK/index.vue +++ b/src/views/sponeScreen/cityGK/index.vue @@ -41,7 +41,6 @@ watch( () => props.showPanel, () => { - console.log('val---', props.showPanel); showPanel.value = props.showPanel; }, { immediate: true }