|
|
@ -45,7 +45,7 @@ |
|
|
|
<script name="presetQuestion" setup lang="ts"> |
|
|
|
<script name="presetQuestion" setup lang="ts"> |
|
|
|
import { ref, onMounted, onBeforeUnmount } from 'vue'; |
|
|
|
import { ref, onMounted, onBeforeUnmount } from 'vue'; |
|
|
|
const emit = defineEmits(['outQuestion']); |
|
|
|
const emit = defineEmits(['outQuestion']); |
|
|
|
const data = ref(['请介绍一下JeecgBoot', 'JEECG有哪些优势?', 'JEECG可以做哪些事情?']); |
|
|
|
const data = ref(['请介绍一下科技局', '科技局有哪些优势?', '科技局可以做哪些事情?']); |
|
|
|
const leftBtnStatus = ref(''); |
|
|
|
const leftBtnStatus = ref(''); |
|
|
|
const rightBtnStatus = ref(''); |
|
|
|
const rightBtnStatus = ref(''); |
|
|
|
const rightBtn = ref(''); |
|
|
|
const rightBtn = ref(''); |
|
|
|