bugfix
This commit is contained in:
parent
a6260b16c5
commit
d0d5c25ce4
@ -15,6 +15,27 @@
|
|||||||
"label":"主页",
|
"label":"主页",
|
||||||
"url":"{{entire_url('public')}}"
|
"url":"{{entire_url('public')}}"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name":"config",
|
||||||
|
"label":"配置",
|
||||||
|
"items":[
|
||||||
|
{
|
||||||
|
"name":"organ",
|
||||||
|
"label":"机构",
|
||||||
|
"url":"{{entire_url('rbac/organization')}}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name":"codes",
|
||||||
|
"label":"编码",
|
||||||
|
"url":"{{entire_url('appbase/appcodes')}}",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name":"param",
|
||||||
|
"label":"参数",
|
||||||
|
"url":"{{entire_url('appbase/params')}}"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name":"config",
|
"name":"config",
|
||||||
"label":"配置",
|
"label":"配置",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user