From 4a71c6beb268ba17ca472f45401c8ee97846e97e Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 26 六月 2026 13:14:57 +0800
Subject: [PATCH] 项目多余功能删除
---
src/views/infra/swagger/index.vue | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/src/views/infra/swagger/index.vue b/src/views/infra/swagger/index.vue
index eb05e76..4547503 100644
--- a/src/views/infra/swagger/index.vue
+++ b/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 '../../../packages/effects/common-ui/src';
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>
--
Gitblit v1.9.3