未验证 提交 65001b32 编写于 作者: Mr.奇淼('s avatar Mr.奇淼( 提交者: GitHub

[Feature]:#753 (#754)

[Feature]:#753 (#754)
上级 efea490f
<template>
<div style="height:80vh">
<iframe width="100%" height="100%" :src="basePath+':8888/form-generator/#/'" frameborder="0" />
<iframe width="100%" height="100%" :src="`${basePath}:${basePort}/form-generator/#/`" frameborder="0" />
</div>
</template>
<script>
var path = import.meta.env.VITE_BASE_PATH
var port = import.meta.env.VITE_SERVER_PORT
export default {
name: 'FormGenerator',
data() {
return {
basePath: path
basePath: path,
basePort: port
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册