Files
FastapiAdmin/backend/app/scripts/data/sys_user.json
T
zhangtao 73f2823692 refactor: 大规模代码整理与功能优化
1. 重构后端API路由、CRUD与模块结构,整合日志管理,移除废弃demo代码
2. 优化前端组件类型定义、样式与路由配置,修复权限判断逻辑
3. 调整默认排序规则、滚动条样式与工具类函数,更新依赖与配置文件
4. 修复多处类型不匹配与默认值问题,完善表单与菜单验证逻辑
2026-06-17 01:56:31 +08:00

151 lines
4.1 KiB
JSON

[
{
"tenant_id": 1,
"username": "super",
"password": "$2b$12$e2IJgS/cvHgJ0H3G7Xa08OXoXnk6N/NX3IZRtubBDElA0VLZhkNOa",
"name": "超级管理员",
"mobile": "13800138000",
"email": "super@example.com",
"gender": "0",
"avatar": "https://service.fastapiadmin.com/api/v1/static/image/avatar.png",
"is_superuser": true,
"last_login": null,
"gitee_login": null,
"github_login": null,
"wx_login": null,
"qq_login": null,
"dept_id": 1,
"status": 0,
"description": "系统超级管理员",
"created_id": null,
"updated_id": null
},
{
"tenant_id": 1,
"username": "admin",
"password": "$2b$12$e2IJgS/cvHgJ0H3G7Xa08OXoXnk6N/NX3IZRtubBDElA0VLZhkNOa",
"name": "管理员",
"mobile": "13800138001",
"email": "admin@example.com",
"gender": "0",
"avatar": "https://service.fastapiadmin.com/api/v1/static/image/avatar.png",
"is_superuser": true,
"last_login": null,
"gitee_login": null,
"github_login": null,
"wx_login": null,
"qq_login": null,
"dept_id": 2,
"status": 0,
"description": "技术部门管理员",
"created_id": 1,
"updated_id": null
},
{
"tenant_id": 1,
"username": "user",
"password": "$2b$12$e2IJgS/cvHgJ0H3G7Xa08OXoXnk6N/NX3IZRtubBDElA0VLZhkNOa",
"name": "普通用户",
"mobile": "13800138002",
"email": "user@example.com",
"gender": "0",
"avatar": "https://service.fastapiadmin.com/api/v1/static/image/avatar.png",
"is_superuser": false,
"last_login": null,
"gitee_login": null,
"github_login": null,
"wx_login": null,
"qq_login": null,
"dept_id": 3,
"status": 0,
"description": "后端开发工程师",
"created_id": 1,
"updated_id": null
},
{
"tenant_id": 1,
"username": "product",
"password": "$2b$12$e2IJgS/cvHgJ0H3G7Xa08OXoXnk6N/NX3IZRtubBDElA0VLZhkNOa",
"name": "产品经理",
"mobile": "13800138003",
"email": "product@example.com",
"gender": "1",
"avatar": "https://service.fastapiadmin.com/api/v1/static/image/avatar.png",
"is_superuser": false,
"last_login": null,
"gitee_login": null,
"github_login": null,
"wx_login": null,
"qq_login": null,
"dept_id": 5,
"status": 0,
"description": "产品经理",
"created_id": 1,
"updated_id": null
},
{
"tenant_id": 1,
"username": "hr",
"password": "$2b$12$e2IJgS/cvHgJ0H3G7Xa08OXoXnk6N/NX3IZRtubBDElA0VLZhkNOa",
"name": "HR专员",
"mobile": "13800138004",
"email": "hr@example.com",
"gender": "1",
"avatar": "https://service.fastapiadmin.com/api/v1/static/image/avatar.png",
"is_superuser": false,
"last_login": null,
"gitee_login": null,
"github_login": null,
"wx_login": null,
"qq_login": null,
"dept_id": 6,
"status": 0,
"description": "人力资源专员",
"created_id": 1,
"updated_id": null
},
{
"tenant_id": 3,
"username": "zhang_admin",
"password": "$2b$12$rej/LQJMp5Zujt2YglsaCulQ4wNzYlPupSG0glJPYGzt.nSMV5QDe",
"name": "张明",
"mobile": "13800001001",
"email": "zhang@star-tech.dev",
"status": 0,
"is_superuser": false,
"description": "星辰科技管理员"
},
{
"tenant_id": 3,
"username": "wang_dev",
"password": "$2b$12$rej/LQJMp5Zujt2YglsaCulQ4wNzYlPupSG0glJPYGzt.nSMV5QDe",
"name": "王华",
"mobile": "13800001002",
"email": "wang@star-tech.dev",
"status": 0,
"is_superuser": false,
"description": "星辰科技研发工程师"
},
{
"tenant_id": 4,
"username": "li_admin",
"password": "$2b$12$rej/LQJMp5Zujt2YglsaCulQ4wNzYlPupSG0glJPYGzt.nSMV5QDe",
"name": "李芳",
"mobile": "13800002001",
"email": "li@inno.work",
"status": 0,
"is_superuser": false,
"description": "创新工坊创始人"
},
{
"tenant_id": 4,
"username": "zhao_eng",
"password": "$2b$12$rej/LQJMp5Zujt2YglsaCulQ4wNzYlPupSG0glJPYGzt.nSMV5QDe",
"name": "赵强",
"mobile": "13800002002",
"email": "zhao@inno.work",
"status": 0,
"is_superuser": false,
"description": "创新工坊技术合伙人"
}
]