| | |
| | | <script lang="ts" setup> |
| | | import { onMounted, ref } from 'vue'; |
| | | |
| | | import { DocAlert, IFrame, Page } from '../../../packages/effects/common-ui/src'; |
| | | import { IFrame, Page } from '../../../packages/effects/common-ui/src'; |
| | | |
| | | import { getConfigKey } from '#/api/infra/config'; |
| | | |
| | |
| | | </script> |
| | | |
| | | <template> |
| | | <Page auto-content-height> |
| | | <template #doc> |
| | | <DocAlert title="数据库 MyBatis" url="https://doc.iocoder.cn/mybatis/" /> |
| | | <DocAlert |
| | | title="多数据源(读写分离)" |
| | | url="https://doc.iocoder.cn/dynamic-datasource/" |
| | | /> |
| | | </template> |
| | | |
| | | <IFrame v-if="!loading" v-loading="loading" :src="src" /> |
| | | <Page auto-content-height><IFrame v-if="!loading" v-loading="loading" :src="src" /> |
| | | </Page> |
| | | </template> |