Browse Source

修复表单生成器加载问题

pixel 4 years ago
parent
commit
e1699cb86b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/src/view/systemTools/formCreate/index.vue

+ 1 - 1
web/src/view/systemTools/formCreate/index.vue

@@ -1,6 +1,6 @@
 <template>
   <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>
 </template>