Refactor UUID generation, remove unused logger and encryption utilities, and clean up request handling
- Updated `generateUUID` function for improved readability and performance. - Deleted `logger.ts`, `other.ts`, `request.ts`, `storage.ts`, `tansParams.ts`, and `validate.ts` as they were no longer needed. - Simplified TypeScript configuration by removing unnecessary paths and aliases. - Enhanced Vite configuration for better project structure and maintainability.
This commit is contained in:
@@ -221,11 +221,11 @@
|
||||
- **预估工时**:3小时
|
||||
|
||||
#### 3.6 集成路由和导航
|
||||
- **文件**:`src/router/index.ts`
|
||||
- **文件**:`src-react/router/index.tsx`、`src-react/router/routes.ts`、`src-react/components/layout/Sidebar.tsx`
|
||||
- **内容**:
|
||||
- 添加定时任务页面路由
|
||||
- 更新侧边栏菜单(如果需要)
|
||||
- 添加路由守卫(如果需要)
|
||||
- 在 React 路由表中添加定时任务页面入口
|
||||
- 更新 `NAV_ITEMS` / 侧边栏导航项
|
||||
- 如需鉴权,沿用 `src-react/router/auth.tsx` 中的路由守卫
|
||||
- **依赖**:主页面组件
|
||||
- **预估工时**:2小时
|
||||
|
||||
@@ -446,4 +446,4 @@ src/
|
||||
|
||||
---
|
||||
|
||||
*本计划将根据实际情况进行迭代更新。建议每阶段结束后进行回顾和调整。*
|
||||
*本计划将根据实际情况进行迭代更新。建议每阶段结束后进行回顾和调整。*
|
||||
|
||||
Reference in New Issue
Block a user