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) {