角色页面增加了与后端接口的交互

This commit is contained in:
GYYM
2024-10-29 18:31:25 +08:00
parent f9bb15ad24
commit f7fd18f6ae
6 changed files with 361 additions and 225 deletions

View File

@@ -65,6 +65,28 @@ const dictData: Dict[] = [
},
],
},
{
id: "4",
code: 'roleType',
label: '角色类型',
children: [
{
id: "0",
label: '超级管理员',
code: 0,
},
{
id: "1",
label: '管理员',
code: 1,
},
{
id: "2",
label: '普通角色',
code: 2,
},
],
},
]
export default dictData