gaoluyang
5 天以前 787ccc59ba89bacc075562a161ecf02bc76ebadc
src/views/report/goview/index.vue
@@ -1,8 +1,8 @@
<script lang="ts" setup>
import { ref } from 'vue';
import { DocAlert, IFrame, Page } from '../../../packages/effects/common-ui/src';
import { useAccessStore } from '../../../packages/stores/src';
import { IFrame, Page } from '@vben/common-ui';
import { useAccessStore } from '@vben/stores';
defineOptions({ name: 'GoView' });
@@ -14,14 +14,6 @@
</script>
<template>
  <Page auto-content-height>
    <template #doc>
      <DocAlert
        title="大屏设计器"
        url="https://doc.iocoder.cn/report/screen/"
      />
    </template>
    <IFrame :src="src" />
  <Page auto-content-height><IFrame :src="src" />
  </Page>
</template>