| | |
| | | <script lang="ts" setup> |
| | | import { onMounted, ref } from 'vue'; |
| | | |
| | | import { DocAlert, IFrame, Page } from '..\..\..\packages\effects\common-ui\src'; |
| | | import { IFrame, Page } from '@vben/common-ui'; |
| | | |
| | | import { getConfigKey } from '#/api/infra/config'; |
| | | |
| | |
| | | </script> |
| | | |
| | | <template> |
| | | <Page auto-content-height> |
| | | <template #doc> |
| | | <DocAlert title="接口文档" url="https://doc.iocoder.cn/api-doc/" /> |
| | | </template> |
| | | |
| | | <IFrame v-if="!loading" :src="src" /> |
| | | <Page auto-content-height><IFrame v-if="!loading" :src="src" /> |
| | | </Page> |
| | | </template> |