gaoluyang
2 天以前 787ccc59ba89bacc075562a161ecf02bc76ebadc
src/views/infra/swagger/index.vue
@@ -1,7 +1,7 @@
<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';
@@ -23,11 +23,6 @@
</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>