|
@@ -133,7 +133,12 @@
|
|
|
@offset-change="onOffsetChange" @click="onClickBot">
|
|
|
</van-floating-bubble>
|
|
|
|
|
|
- <van-popup v-model:show="popupVisible" closeable close-icon="close" position="bottom" :style="{ height: '90%' }" round
|
|
|
+ <!-- <van-popup v-model:show="popupVisible" closeable close-icon="close" position="bottom" :style="{ height: '90%' }" round
|
|
|
+ @click="onClose" >
|
|
|
+ <iframe :src="aiUrl" sandbox="allow-same-origin allow-scripts allow-popups allow-forms"
|
|
|
+ style="width: 100%; height: 100%;"></iframe>
|
|
|
+ </van-popup> -->
|
|
|
+ <van-popup v-model:show="popupVisible" position="bottom" :style="{ height: '90%' }" round
|
|
|
@click="onClose" >
|
|
|
<!-- @click-overlay="onClickOverlay" @click-close-icon="onClickCloseIcon" -->
|
|
|
<iframe :src="aiUrl" sandbox="allow-same-origin allow-scripts allow-popups allow-forms"
|