fix: 修复前端 TypeScript 编译错误

- 导出 apiClient 供 SystemUpdate 组件使用
- 删除 SystemSettings 中未使用的系统更新相关代码
- 系统更新功能已独立到 SystemUpdate 组件
This commit is contained in:
WrBug
2026-01-21 03:53:01 +08:00
parent 56a8928631
commit 0ff6832dc1
2 changed files with 3 additions and 10 deletions
+3
View File
@@ -715,5 +715,8 @@ export const apiService = {
}
}
// 导出 apiClient 供需要直接使用 axios 实例的组件使用
export { apiClient }
export default apiService