From e7d40e5061afb87166c0929050ea721cc2956b76 Mon Sep 17 00:00:00 2001 From: sd <shidong@jhsoft.cc> Date: 星期一, 28 七月 2025 17:05:00 +0800 Subject: [PATCH] Merge commit '84f19ab0d37599400959e85e63cfda5df4869bc8' into develop --- src/api/scene.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/api/scene.ts b/src/api/scene.ts index 2fcc96b..fa61c1a 100644 --- a/src/api/scene.ts +++ b/src/api/scene.ts @@ -50,6 +50,7 @@ return request({ url: "/api-v1/v1/task/list", method: "get", + headers: { contentType: "application/json; charset=utf-8" }, params: query }); }; -- Gitblit v1.8.0