| | |
| | | <script setup lang="ts"> |
| | | 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="服务监控" url="https://doc.iocoder.cn/server-monitor/" /> |
| | | </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> |