提交 40049f62 编写于 作者: Mr.奇淼('s avatar Mr.奇淼(

修改字段方便配置

上级 4110c309
<template> <template>
<div style="height:80vh"> <div style="height:80vh">
<iframe width="100%" height="100%" src="http://127.0.0.1:8888/form-generator/#/" frameborder="0"></iframe> <iframe width="100%" height="100%" :src="basePath+'/form-generator/#/'" frameborder="0"></iframe>
</div> </div>
</template> </template>
<script> <script>
var path = process.env.VUE_APP_BASE_API
export default { export default {
name:"FormGenerator" name:"FormGenerator",
data(){
return{
basePath:path
}
},
}; };
</script> </script>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册