wfansh 4 months ago
parent
commit
52a5905078
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/jeecg/AiChat/components/presetQuestion.vue

+ 1 - 1
src/components/jeecg/AiChat/components/presetQuestion.vue

@@ -45,7 +45,7 @@
 <script name="presetQuestion" setup lang="ts">
   import { ref, onMounted, onBeforeUnmount } from 'vue';
   const emit = defineEmits(['outQuestion']);
-  const data = ref(['请介绍一下Adweb V3', 'Adweb V3有哪些优势?', 'Adweb V3可以做哪些事情?']);
+  const data = ref(['请介绍一下中国出海的趋势', '中国外贸企业有哪些优势?', '如何做好跨境电商']);
   const leftBtnStatus = ref('');
   const rightBtnStatus = ref('');
   const rightBtn = ref('');