添加发票提取和培训助手页面
This commit is contained in:
parent
1746776226
commit
05086120b9
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
Loading…
Reference in New Issue