mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-06-20 18:58:16 +08:00
wip: 🧠 初步的框架
This commit is contained in:
18
assets/seed-data/Sys_Role.json
Normal file
18
assets/seed-data/Sys_Role.json
Normal file
@ -0,0 +1,18 @@
|
||||
[
|
||||
{
|
||||
"DataScope": 1,
|
||||
"Enabled": true,
|
||||
"Id": 370943613149253,
|
||||
"IgnorePermissionControl": true,
|
||||
"DisplayDashboard": true,
|
||||
"Name": "超级管理员",
|
||||
"Sort": 100
|
||||
},
|
||||
{
|
||||
"DataScope": 1,
|
||||
"Enabled": true,
|
||||
"Id": 371729946431493,
|
||||
"Name": "普通用户",
|
||||
"Sort": 100
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user