diff --git a/dashboard/src/components/shared/ConsoleDisplayer.vue b/dashboard/src/components/shared/ConsoleDisplayer.vue
index d69feea39..42048fd9d 100644
--- a/dashboard/src/components/shared/ConsoleDisplayer.vue
+++ b/dashboard/src/components/shared/ConsoleDisplayer.vue
@@ -1,6 +1,6 @@
diff --git a/dashboard/src/stores/auth.ts b/dashboard/src/stores/auth.ts
index ee3e49d03..401f25548 100644
--- a/dashboard/src/stores/auth.ts
+++ b/dashboard/src/stores/auth.ts
@@ -1,6 +1,6 @@
import { defineStore } from "pinia";
import { router } from "@/router";
-import axios from "axios";
+import axios from "@/utils/request";
export const useAuthStore = defineStore("auth", {
state: () => ({
diff --git a/dashboard/src/views/ConversationPage.vue b/dashboard/src/views/ConversationPage.vue
index 95a7c90e8..c4443e324 100644
--- a/dashboard/src/views/ConversationPage.vue
+++ b/dashboard/src/views/ConversationPage.vue
@@ -368,7 +368,7 @@