【功能修复】report 缺少 ContentWrap 报错

This commit is contained in:
YunaiV 2024-08-25 10:36:55 +08:00
parent c832af77e8
commit 216d8c00b2

View File

@ -5,6 +5,7 @@
<ContentWrap :bodyStyle="{ padding: '0px' }" class="!mb-0">
<IFrame :src="src" />
</ContentWrap>
</ContentWrap>
</template>
<script lang="ts" setup>
import { getAccessToken } from '@/utils/auth'