diff --git a/pages/home/consult.vue b/pages/home/consult.vue index 55171e2..5103aa8 100644 --- a/pages/home/consult.vue +++ b/pages/home/consult.vue @@ -84,7 +84,7 @@ const consultItems = ref([ { id: "aiConsultRecord", label: "AI咨询记录", - icon: "/static/home/chat-consult.png", + icon: "/static/home/ai-consult-assistant.png", path: "/pages/ai-consult/list", }, ]); diff --git a/static/home/ai-consult-assistant.png b/static/home/ai-consult-assistant.png new file mode 100644 index 0000000..e1dfc8d Binary files /dev/null and b/static/home/ai-consult-assistant.png differ