mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-15 03:25:06 +08:00
集成 Go-View 大屏设计器
This commit is contained in:
8
yudao-ui-admin-vue3/src/views/report/goview/index.vue
Normal file
8
yudao-ui-admin-vue3/src/views/report/goview/index.vue
Normal file
@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<ContentWrap>
|
||||
<IFrame :src="src" />
|
||||
</ContentWrap>
|
||||
</template>
|
||||
<script setup lang="ts" name="GoView">
|
||||
const src = 'http://127.0.0.1:3000'
|
||||
</script>
|
Reference in New Issue
Block a user