From bdaa472dc215775e5d306b7046af0bc1111c718d Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期五, 14 八月 2026 15:58:06 +0800
Subject: [PATCH] feat(bpm): 添加业务附件配置功能

---
 src/views/infra/skywalking/index.vue |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/src/views/infra/skywalking/index.vue b/src/views/infra/skywalking/index.vue
index ab552ea..abd4277 100644
--- a/src/views/infra/skywalking/index.vue
+++ b/src/views/infra/skywalking/index.vue
@@ -1,7 +1,7 @@
 <script setup lang="ts">
 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';
 
@@ -22,11 +22,6 @@
 </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>

--
Gitblit v1.9.3