From b17178b58564af3f4f2e8120164ebbafe4561638 Mon Sep 17 00:00:00 2001 From: Jiao77 Date: Thu, 5 Mar 2026 13:54:43 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E5=9B=BE=E5=BA=8A?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=20token=20=E4=B8=BA=20blog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Qwen-Coder --- src/components/CommentSection.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CommentSection.vue b/src/components/CommentSection.vue index d145c64..bdcf088 100644 --- a/src/components/CommentSection.vue +++ b/src/components/CommentSection.vue @@ -345,7 +345,7 @@ const props = defineProps<{ const apiBaseUrl = props.apiBaseUrl || 'http://localhost:8080/api'; const imageUploadUrl = props.imageUploadUrl || 'https://picturebed.jiao77.cn/api/index.php'; -const imageUploadToken = props.imageUploadToken || 'jiao77'; +const imageUploadToken = props.imageUploadToken || 'blog'; // 状态 const comments = ref([]);