kefu/static/templates/default/digital_human_voice_base.html

23 lines
408 B
HTML

{{template "header" }}
<div id="app" style="width:100%">
<template>
<el-container>
<el-main class="mainMain">
<iframe id="fastGptIframe" src="http://120.26.102.141:8085/#/pages/yinyuan/yinyuan" width="100%" height="100%"></iframe>
</el-main>
</el-container>
</template>
</div>
</body>
<script>
</script>
{{template "setting_bottom" .}}