From 0157d1306b53570ede7157597cfb11624d89ca88 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Mon, 14 Apr 2025 17:36:04 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
src/api/home/index.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/api/home/index.js b/src/api/home/index.js
index 7712d6e..f28a9f2 100644
--- a/src/api/home/index.js
+++ b/src/api/home/index.js
@@ -111,7 +111,7 @@
export const flyByJobId = jobId => {
return request({
url: '/drone-device-core/wayline/api/v1/workspaces/flyByJobId?jobId=' + jobId,
- method: 'get',
+ method: 'post',
})
}
// 再次执行
--
Gitblit v1.9.3