|
@@ -46,7 +46,9 @@
|
|
<div v-for="(item, index) in AppJSon" :key="index">
|
|
<div v-for="(item, index) in AppJSon" :key="index">
|
|
<!-- {{ item }} -->
|
|
<!-- {{ item }} -->
|
|
<div style="height: calc(100vh - 60px)" v-show="item.stateL">
|
|
<div style="height: calc(100vh - 60px)" v-show="item.stateL">
|
|
- <iframe allow="camera *; microphone *;display-capture;midi;encrypted-media;" frameborder="no"
|
|
|
|
|
|
+ <iframe
|
|
|
|
+ allow="camera *; microphone *;display-capture;midi;encrypted-media;fullscreen *;"
|
|
|
|
+ frameborder="no"
|
|
style="border: 0; width: 100%; height: calc(100vh - 60px)" :src="item.json"
|
|
style="border: 0; width: 100%; height: calc(100vh - 60px)" :src="item.json"
|
|
:ref="item.toolId">
|
|
:ref="item.toolId">
|
|
</iframe>
|
|
</iframe>
|