视频和热区只有公共样式

v1.4.0
于肖磊 2025-08-05 16:49:43 +08:00
parent 9527f7a64b
commit bef492de6b
1 changed files with 0 additions and 8 deletions

View File

@ -20,10 +20,6 @@
<template v-else-if="magicType === 'img_magic'">
<model-img-magic-styles :value="form.style" :content="form.content" :is-common-style="false"></model-img-magic-styles>
</template>
<!-- 热区 -->
<template v-else-if="magicType === 'hot_zone'">
<model-hot-zone-styles :value="form.style" :is-common-style="false"></model-hot-zone-styles>
</template>
<!-- 文章列表 -->
<template v-else-if="magicType === 'article_list'">
<model-article-list-styles :value="form.style" :content="form.content" :default-config="data_config" :is-common-style="false"></model-article-list-styles>
@ -32,10 +28,6 @@
<template v-else-if="magicType === 'goods_list'">
<model-goods-list-styles :value="form.style" :content="form.content" :default-config="data_config" :is-common-style="false"></model-goods-list-styles>
</template>
<!-- 视频 -->
<template v-else-if="magicType === 'video'">
<model-video-styles :value="form.style" :content="form.content" :is-common-style="false"></model-video-styles>
</template>
<!-- 公共样式 -->
<tabs-magic-common :value="form.style"></tabs-magic-common>
</div>