diff --git a/sheep/components/s-block-item/s-block-item.vue b/sheep/components/s-block-item/s-block-item.vue index 9821ce23..89c2eb82 100644 --- a/sheep/components/s-block-item/s-block-item.vue +++ b/sheep/components/s-block-item/s-block-item.vue @@ -20,7 +20,7 @@ - + @@ -28,7 +28,7 @@ - + diff --git a/sheep/components/s-float-menu/s-float-menu.vue b/sheep/components/s-float-menu/s-float-menu.vue index bed65138..ac0339ed 100644 --- a/sheep/components/s-float-menu/s-float-menu.vue +++ b/sheep/components/s-float-menu/s-float-menu.vue @@ -25,19 +25,7 @@ const props = defineProps({ data: { type: Object, - default() { - return { - // horizontal vertical - direction: 'vertical', - showText: true, - list: [{ - imgUrl: 'http://localhost/logo.gif', - url: '', - text: '客服', - textColor: '', - }], - } - }, + default() {}, } }) diff --git a/sheep/components/s-hotzone-block/s-hotzone-block.vue b/sheep/components/s-hotzone-block/s-hotzone-block.vue index 1ce25af8..983ceb74 100644 --- a/sheep/components/s-hotzone-block/s-hotzone-block.vue +++ b/sheep/components/s-hotzone-block/s-hotzone-block.vue @@ -1,16 +1,16 @@