Skip to content

Commit c4ebff0

Browse files
YunaiVgitee-org
authored andcommitted
!403 集成 Go-View 大屏设计器
Merge pull request !403 from 芋道源码/feature/dev-yunai
2 parents cb51da0 + 70a9008 commit c4ebff0

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/screen/" />
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)