diff --git a/aiChat/components/historyList.vue b/aiChat/components/historyList.vue index 06b0741..32b9187 100644 --- a/aiChat/components/historyList.vue +++ b/aiChat/components/historyList.vue @@ -20,7 +20,7 @@ :src="webUrl + '/aiChat/delete.png'" class="icon" mode="widthFix" - @click="deleteRecords(2)" + @click="deleteRecords(1)" />