提交 683643df authored 作者: lidongxu's avatar lidongxu

Merge branch 'release' into dev

<template>
<i-frame :src="openUrl"
id="jimuReportFrame"></i-frame>
</template>
<script>
// 报表设计器
import { getToken } from '@/utils/auth'
import iFrame from '@/components/iFrame/index'
export default {
name: "Jimu",
components: { iFrame },
data() {
return {
// 这里写暴露的统一的网关地址
openUrl: `${import.meta.env.VITE_APP_REPORT_URL}/report/drag/list?token=` + getToken(),
}
}
};
</script>
<style lang="scss"
scoped>
#jimuReportFrame {
width: 100%;
// 为了隐藏积木报表顶部的广告栏
// min-height: calc(100vh - 30px) !important;
// margin-top: -60px;
}
</style>
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论