This commit is contained in:
Pengxiansen
2025-02-19 15:45:58 +08:00
parent 24a34fa779
commit c0562c41c0
3 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
<div class="box" :class="{ incl: url.includes('projectdetails') }">
<portal-header style="background: #387DF7;" :hideSearch="true" textColor="#ffffff"></portal-header>
<iframe :src="url" style="width: 100%;height: 100%;" frameborder="0" ref="iframe"></iframe>
<portal-footer></portal-footer>
<!-- <portal-footer></portal-footer> -->
</div>
</template>
<script>