Merge pull request #12391 from dataease/pr@dev-v2_st

feat(嵌入式): 移动端嵌入仪表板后,会自动在仪表板上展示标题
This commit is contained in:
dataeaseShu 2024-09-24 09:57:52 +08:00 committed by GitHub
commit 1a59f212c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"