mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 07:46:40 +08:00
37 lines
495 B
JSON
37 lines
495 B
JSON
[
|
|
{
|
|
"code": "resource.type",
|
|
"name": "资源类型",
|
|
"item": [
|
|
{
|
|
"code": "0",
|
|
"name": "菜单"
|
|
},
|
|
{
|
|
"code": "1",
|
|
"name": "按钮"
|
|
},
|
|
{
|
|
"code": "2",
|
|
"name": "url"
|
|
}
|
|
]
|
|
},
|
|
|
|
{
|
|
"code": "dict.type",
|
|
"name": "字典类型",
|
|
"item": [
|
|
{
|
|
"code": "1",
|
|
"name": "静态字典"
|
|
},
|
|
{
|
|
"code": "2",
|
|
"name": "动态字典"
|
|
}
|
|
|
|
]
|
|
}
|
|
|
|
] |