diff --git a/src/components/common/hot/index.vue b/src/components/common/hot/index.vue index 968a61e9..b0c21f90 100644 --- a/src/components/common/hot/index.vue +++ b/src/components/common/hot/index.vue @@ -85,6 +85,7 @@ const app = getCurrentInstance(); const props = defineProps({}); const modelValue = defineModel({ type: Object as PropType, default: {} }); const dialog_visible = defineModel('visibleDialog', { type: Boolean, default: false }); + const hot_list = ref({ img: '', img_height: 1, @@ -254,7 +255,6 @@ const open_hot_event = () => { if (modelValue.value.img.length > 0) { dialog_visible.value = true; hot_list.value = cloneDeep(modelValue.value); - console.log(1); } else { ElMessage({ type: 'warning', diff --git a/src/layout/components/settings/index.vue b/src/layout/components/settings/index.vue index 6e6432ac..622d86e2 100644 --- a/src/layout/components/settings/index.vue +++ b/src/layout/components/settings/index.vue @@ -63,7 +63,7 @@ - +