gaoluyang
4 天以前 787ccc59ba89bacc075562a161ecf02bc76ebadc
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>