受从的查询,机构修改为接口调用,不再是本地调用了

This commit is contained in:
daihh
2022-12-23 21:50:35 +08:00
parent cc6cc37d23
commit 4f7438aa83
4 changed files with 47 additions and 54 deletions

View File

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