bugfix
This commit is contained in:
parent
a72b2746c6
commit
42cb70fb73
@ -10,26 +10,27 @@
|
|||||||
"cwidth":10,
|
"cwidth":10,
|
||||||
"items":[
|
"items":[
|
||||||
{% if get_user() %}
|
{% if get_user() %}
|
||||||
{
|
{
|
||||||
"name":"svgicon",
|
"name":"svgicon",
|
||||||
"label":"图标管理",
|
"label":"图标管理",
|
||||||
"url":"{{entire_url('/appbase/svgicon')}}"
|
"url":"{{entire_url('/appbase/svgicon')}}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name":"codemgr",
|
"name":"codemgr",
|
||||||
"label":"代码管理",
|
"label":"代码管理",
|
||||||
"url":"{{entire_url('/appbase/appcodes')}}"
|
"url":"{{entire_url('/appbase/appcodes')}}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name":"params",
|
"name":"params",
|
||||||
"label":"参数管理",
|
"label":"参数管理",
|
||||||
"url":"{{entire_url('/appbase/params')}}"
|
"url":"{{entire_url('/appbase/params')}}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name":"jsonhttpapi",
|
"name":"jsonhttpapi",
|
||||||
"label":"json应用接口",
|
"label":"json应用接口",
|
||||||
"url":"{{entire_url('/appbase/jsonhttpapi')}}"
|
"url":"{{entire_url('/appbase/jsonhttpapi')}}"
|
||||||
}
|
}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
]
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user