diff --git a/sheep/components/s-block-item/s-block-item.vue b/sheep/components/s-block-item/s-block-item.vue
index 9821ce2..a5611aa 100644
--- a/sheep/components/s-block-item/s-block-item.vue
+++ b/sheep/components/s-block-item/s-block-item.vue
@@ -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 bed6513..ac0339e 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 1ce25af..983ceb7 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 @@
-
+