添加发票提取和培训助手页面

This commit is contained in:
wenjinbo 2025-08-04 13:56:03 +08:00
parent 1746776226
commit 05086120b9
2 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,16 @@
<template>
<div class="main-container">
<iframe
ref="iframeRef"
src="http://192.168.1.211:16780/chatbot/2zOyTnyt1THjgp7E"
style="width: 100%; height: 100%; min-height: 700px"
frameborder="0"
allow="microphone">
</iframe>
</div>
</template>
<script lang="ts" setup>
</script>
<style></style>

View File

@ -0,0 +1,18 @@
<template>
<div class="main-container">
<iframe
ref="iframeRef"
src="http://192.168.1.211:16780/chatbot/SDRhMRl88LZxhQQp"
style="width: 100%; height: 100%; min-height: 700px"
frameborder="0"
allow="microphone">
</iframe>
</div>
</template>
<script lang="ts" setup>
</script>
<style></style>