Ether Admin - 管理后台
Go to file
chiguyong fa344f9c4e fix: 修复API路径双重/api问题
- request.ts: baseURL从http://localhost:8080/api改为http://localhost:8080
- 避免baseURL和API路径叠加导致/api/api/xxx
2026-03-22 01:57:23 +08:00
node_modules fix: 修复用户、角色、权限管理页面的API响应嵌套结构问题 2026-03-22 01:41:32 +08:00
src fix: 修复API路径双重/api问题 2026-03-22 01:57:23 +08:00
.gitignore chore: 更新.gitignore添加test-server.cjs 2026-03-22 01:36:48 +08:00
dev-server.mjs fix: 修复登录功能 - API响应嵌套结构、路由跳转、CORS配置 2026-03-22 01:25:11 +08:00
index.html init: ether-admin frontend project 2026-03-19 09:28:30 +08:00
package-lock.json fix: 修复登录功能 - API响应嵌套结构、路由跳转、CORS配置 2026-03-22 01:25:11 +08:00
package.json fix: 修复用户、角色、权限管理页面的API响应嵌套结构问题 2026-03-22 01:41:32 +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