提交 c1d4d390 编写于 作者: View Design's avatar View Design

Merge branch 'main' of gitcode.com:git_bot/ai-fe

...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
</header> </header>
</template> </template>
<script setup> <script setup>
const toast = useToast()
const props = defineProps({ const props = defineProps({
query: String query: String
}) })
......
...@@ -102,7 +102,7 @@ const handleReGenerate = () => { ...@@ -102,7 +102,7 @@ const handleReGenerate = () => {
question, question,
desLoading: true desLoading: true
} }
generateFetchData(question) generateFetchData(`根据上述回答,对问题"${question}"重新生成`)
} }
const data = ref([]) const data = ref([])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册