修复表单生成器加载问题
This commit is contained in:
parent
10a5390327
commit
9d9404b3c5
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div style="height:80vh">
|
<div style="height:80vh">
|
||||||
<iframe width="100%" height="100%" :src="basePath+'/form-generator/#/'" frameborder="0"></iframe>
|
<iframe width="100%" height="100%" :src="'http://127.0.0.1:8888/form-generator/#/'" frameborder="0"></iframe>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue