Ether Admin - 管理后台
Go to file
chiguyong 2a14167861 refactor: 统一API路径,修复前后端路径不匹配
- 更新设备相关API路径为/api/asset/*
- 更新设备健康API路径为/api/asset/equipment-health
- 保持/api/ops/*路径的工单和能耗API
- 更新前端API调用以匹配后端
2026-04-06 15:41:29 +08:00
node_modules refactor: 统一API路径,修复前后端路径不匹配 2026-04-06 15:41:29 +08:00
src refactor: 统一API路径,修复前后端路径不匹配 2026-04-06 15:41:29 +08:00
tests refactor: 统一API路径,修复前后端路径不匹配 2026-04-06 15:41:29 +08:00
.gitignore chore: 更新.gitignore添加test-server.cjs 2026-03-22 01:36:48 +08:00
SPACE_TREE_TEST_REPORT.md refactor: 统一API路径,修复前后端路径不匹配 2026-04-06 15:41:29 +08:00
dev-server.mjs fix: 修复登录功能 - API响应嵌套结构、路由跳转、CORS配置 2026-03-22 01:25:11 +08:00
e2e-test.js refactor: 统一API路径,修复前后端路径不匹配 2026-04-06 15:41:29 +08:00
index.html init: ether-admin frontend project 2026-03-19 09:28:30 +08:00
package-lock.json refactor: 统一API路径,修复前后端路径不匹配 2026-04-06 15:41:29 +08:00
package.json refactor: 统一API路径,修复前后端路径不匹配 2026-04-06 15:41:29 +08:00
playwright.config.ts refactor: 统一API路径,修复前后端路径不匹配 2026-04-06 15:41:29 +08:00
test-project-e2e.cjs feat: add equipment management frontend pages 2026-03-24 00:03:36 +08:00
tsconfig.json init: ether-admin frontend project 2026-03-19 09:28:30 +08:00
tsconfig.node.json init: ether-admin frontend project 2026-03-19 09:28:30 +08:00
vite.config.ts fix: 修复登录功能 - API响应嵌套结构、路由跳转、CORS配置 2026-03-22 01:25:11 +08:00