Skip to content

Commit 9d9404b

Browse files
author
pixel
committed
修复表单生成器加载问题
1 parent 10a5390 commit 9d9404b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/view/systemTools/formCreate/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div style="height:80vh">
3-
<iframe width="100%" height="100%" :src="basePath+'/form-generator/#/'" frameborder="0"></iframe>
3+
<iframe width="100%" height="100%" :src="'http://127.0.0.1:8888/form-generator/#/'" frameborder="0"></iframe>
44
</div>
55
</template>
66

0 commit comments

Comments
 (0)