You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dark
c35a337695
fix: 修复文件上传按钮无响应和登录错误无提示两个 bug
1. FileManagementPage: hidden input 从 display:none 改为 absolute+opacity:0,
Button 添加 type="button" 防止表单提交
2. AuthContext: login() 在 response.success 为 false 时抛出错误,
使 LoginPage 能正确显示错误提示
3. 更新 file-management.e2e.test.ts,8/8 测试通过
|
1 month ago |
| .. |
|
assets
|
添加 React 前端 PC 版本
|
1 month ago |
|
components
|
feat: register routes for MyPage, MenuManagement, RoleManagement, OrganizationManagement
|
1 month ago |
|
contexts
|
fix: 修复文件上传按钮无响应和登录错误无提示两个 bug
|
1 month ago |
|
lib
|
添加 React 前端 PC 版本
|
1 month ago |
|
pages
|
fix: 修复文件上传按钮无响应和登录错误无提示两个 bug
|
1 month ago |
|
services
|
feat: frontend types, API client, AuthContext, and dynamic sidebar
|
1 month ago |
|
types
|
feat: frontend types, API client, AuthContext, and dynamic sidebar
|
1 month ago |
|
App.tsx
|
feat: register routes for MyPage, MenuManagement, RoleManagement, OrganizationManagement
|
1 month ago |
|
index.css
|
添加 React 前端 PC 版本
|
1 month ago |
|
main.tsx
|
添加 React 前端 PC 版本
|
1 month ago |