Skip to content

Commit 37e302f

Browse files
committed
集成 Go-View 大屏设计器
1 parent cb51da0 commit 37e302f

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

src/views/report/goview/index.vue

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<template>
2+
<div>
3+
<doc-alert title="大屏设计器" url="https://doc.iocoder.cn/report/" />
4+
<i-frame :src="url" />
5+
</div>
6+
</template>
7+
<script>
8+
import iFrame from "@/components/iFrame/index";
9+
export default {
10+
name: "GoView",
11+
components: { iFrame },
12+
data() {
13+
return {
14+
url: 'http://127.0.0.1:3000',
15+
};
16+
},
17+
};
18+
</script>

0 commit comments

Comments
 (0)