We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a5390 commit 9d9404bCopy full SHA for 9d9404b
web/src/view/systemTools/formCreate/index.vue
@@ -1,6 +1,6 @@
1
<template>
2
<div style="height:80vh">
3
- <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>
4
</div>
5
</template>
6
0 commit comments