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