移除注册功能,管理员创建用户并新增创建用户弹窗

This commit is contained in:
2026-07-04 10:00:53 +08:00
parent 5a50af66bf
commit acd335c435
8 changed files with 218 additions and 212 deletions
-1
View File
@@ -54,7 +54,6 @@ open http://localhost:3018
| 方法 | 路径 | 说明 | 权限 |
|---|---|---|---|
| POST | /api/auth/register | 注册(默认 user | 公开 |
| POST | /api/auth/login | 登录 | 公开 |
| GET | /api/auth/me | 当前用户 | 需登录 |
| POST | /api/auth/logout | 登出 | 需登录 |