feat(嵌入式): 移动端嵌入仪表板后,会自动在仪表板上展示标题

This commit is contained in:
dataeaseShu 2024-09-24 09:51:09 +08:00
parent 3547cb5063
commit dd18abeb61

View File

@ -119,9 +119,6 @@ onBeforeMount(async () => {
:class="isPc ? 'dashboard-preview' : 'dv-common-layout-mobile_embedded'"
v-if="state.canvasStylePreview"
>
<van-sticky v-if="!isPc">
<van-nav-bar :title="state.dvInfo.name" />
</van-sticky>
<de-preview
ref="dashboardPreview"
:dv-info="state.dvInfo"