Merge branch 'zcwy-master' into dev0515

This commit is contained in:
zhangsir
2024-05-28 11:38:14 +08:00

View File

@@ -1,7 +1,7 @@
<template>
<div class="box">
<portal-header style="background: #387DF7;" :hideSearch="true" textColor="#ffffff"></portal-header>
<iframe scrolling="no" :src="url" style="width: 100%;height: 100%;" frameborder="0"></iframe>
<iframe :src="url" style="width: 100%;height: 100%;" frameborder="0"></iframe>
<portal-footer></portal-footer>
</div>
</template>