From 236a0b8334dfa75685c7ee69619d8e76536ba666 Mon Sep 17 00:00:00 2001 From: sd <shidong@jhsoft.cc> Date: 星期五, 01 八月 2025 14:58:10 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.1.6:8080/vue-smart-ai --- 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