kefu/static/templates/default/digital_human_image_base.html

23 lines
358 B
HTML
Raw Normal View History

2024-12-18 02:56:53 +00:00
{{template "header" }}
<div id="app" style="width:100%">
<template>
<el-container>
<el-main class="mainMain">
<iframe id="fastGptIframe" src="" width="100%" height="100%"></iframe>
</el-main>
</el-container>
</template>
</div>
</body>
<script>
</script>
{{template "setting_bottom" .}}