mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-14 11:05:06 +08:00
集成 Go-View 大屏设计器
This commit is contained in:
18
yudao-ui-admin/src/views/report/goview/index.vue
Normal file
18
yudao-ui-admin/src/views/report/goview/index.vue
Normal file
@ -0,0 +1,18 @@
|
||||
<template>
|
||||
<div>
|
||||
<doc-alert title="大屏设计器" url="https://doc.iocoder.cn/report/" />
|
||||
<i-frame :src="url" />
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import iFrame from "@/components/iFrame/index";
|
||||
export default {
|
||||
name: "GoView",
|
||||
components: { iFrame },
|
||||
data() {
|
||||
return {
|
||||
url: 'http://127.0.0.1:3000',
|
||||
};
|
||||
},
|
||||
};
|
||||
</script>
|
Reference in New Issue
Block a user