|
@@ -34,7 +34,7 @@
|
|
</el-dialog>
|
|
</el-dialog>
|
|
<el-drawer v-model="dialogVisible2" width="100%" :direction="rtl" :size="Full_Screen?' 100%':'30%'" :with-header="false">
|
|
<el-drawer v-model="dialogVisible2" width="100%" :direction="rtl" :size="Full_Screen?' 100%':'30%'" :with-header="false">
|
|
<div slot="title" style="text-align: right;">
|
|
<div slot="title" style="text-align: right;">
|
|
- <img style="cursor: pointer;width: 30px;" :src="!Full_Screen?FullScreen:noFullScreen" @click="Full_Screen = !Full_Screen" alt="">
|
|
|
|
|
|
+ <img style="cursor: pointer;width: 24px;" :src="!Full_Screen?FullScreen:noFullScreen" @click="Full_Screen = !Full_Screen" alt="">
|
|
</div>
|
|
</div>
|
|
<div style="height: calc(100% - 32px);">
|
|
<div style="height: calc(100% - 32px);">
|
|
<iframe width="100%" height="100%" src="https://aichat.cocorobo.cn/#/?id=335951a7-65ec-40e9-ae91-2971464ade4e&type=agent" frameborder="0" scrolling="no"></iframe>
|
|
<iframe width="100%" height="100%" src="https://aichat.cocorobo.cn/#/?id=335951a7-65ec-40e9-ae91-2971464ade4e&type=agent" frameborder="0" scrolling="no"></iframe>
|
|
@@ -49,7 +49,7 @@ import FullScreen from '@/assets/icon/fullScreen.png'
|
|
import noFullScreen from '@/assets/icon/nofullScreen.png'
|
|
import noFullScreen from '@/assets/icon/nofullScreen.png'
|
|
const dialogVisible = ref(false)
|
|
const dialogVisible = ref(false)
|
|
const textarea1 = ref("")
|
|
const textarea1 = ref("")
|
|
-const dialogVisible2 = ref(true)
|
|
|
|
|
|
+const dialogVisible2 = ref(false)
|
|
const Full_Screen = ref(false)
|
|
const Full_Screen = ref(false)
|
|
|
|
|
|
const goFeedback = () => {
|
|
const goFeedback = () => {
|