Files
django-vue3-admin/backend/dvadmin/system/fixtures/init_role.json
2023-10-29 20:09:56 +08:00

17 lines
265 B
JSON

[
{
"name": "管理员",
"key": "admin",
"sort": 1,
"status": true,
"remark": null
},
{
"name": "用户",
"key": "public",
"sort": 2,
"status": true,
"remark": null
}
]