From 532f4c3e25c8193dbd76e38e348cd10d8fed7f5f Mon Sep 17 00:00:00 2001 From: WrBug Date: Wed, 21 Jan 2026 05:30:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=20API=20=E8=B7=AF=E7=94=B1=E9=94=99=E8=AF=AF?= =?UTF-8?q?=EF=BC=88/update/execute=20->=20/update/update=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/SystemUpdate.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/SystemUpdate.tsx b/frontend/src/pages/SystemUpdate.tsx index 2ecebd3..5b4a340 100644 --- a/frontend/src/pages/SystemUpdate.tsx +++ b/frontend/src/pages/SystemUpdate.tsx @@ -113,7 +113,7 @@ const SystemUpdate: React.FC = () => { cancelText: '取消', onOk: async () => { try { - const response = await apiClient.post('/update/execute', {}) + const response = await apiClient.post('/update/update', {}) const data = response.data if (data.code === 0) {