From 91c82965b2d987452ca276e3a03b48c8dcda2ae9 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期三, 19 八月 2026 11:47:26 +0800
Subject: [PATCH] config(env): 更新生产环境配置和公司名称
---
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..febb667 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 '@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>
--
Gitblit v1.9.3