Explorar el Código

feat: 还原question

sunxiao hace 8 meses
padre
commit
959557c073
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/work/WorkView.vue

+ 1 - 1
src/views/work/WorkView.vue

@@ -78,7 +78,7 @@ const onRegenerate = async ({ question, realQuestion }) => {
     data: {
       sessionId,
       showVal: question,
-      question: activeItem.value.prompt,
+      question: question,
       module: 2,
       tools: activeItem.value.tools,
       isStrong: Number(unref(switchActive))