|
|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
<template>
|
|
|
|
|
<div v-if="state.isShowSearch" class="ai-float-window ai-float-fullscreen">
|
|
|
|
|
<div class="ai-float-main">
|
|
|
|
|
<div class="ai-float-left">
|
|
|
|
|
<div v-if="props.isLeft" class="ai-float-left">
|
|
|
|
|
<iframe
|
|
|
|
|
ref="iframeRef"
|
|
|
|
|
:src="iframeSrc"
|
|
|
|
|
@ -145,6 +145,10 @@ import router from "@/router"
|
|
|
|
|
|
|
|
|
|
import {getAiFormSettingList} from '@/api/ai/base/aiFormSetting';
|
|
|
|
|
import {AiFormSettingVO} from '@/api/ai/base/aiFormSetting/types';
|
|
|
|
|
|
|
|
|
|
const props = defineProps({
|
|
|
|
|
isLeft: Boolean
|
|
|
|
|
});
|
|
|
|
|
const { proxy } = getCurrentInstance() as ComponentInternalInstance;
|
|
|
|
|
|
|
|
|
|
// 用reactive对象直接定义state
|
|
|
|
|
|