fix: 修复系统更新 API 路由错误(/update/execute -> /update/update)

This commit is contained in:
WrBug
2026-01-21 05:30:48 +08:00
parent 04629e73b6
commit 532f4c3e25
+1 -1
View File
@@ -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) {