bugfix
This commit is contained in:
parent
72b5108a02
commit
16b089bef5
@ -9,8 +9,28 @@
|
|||||||
"name":"home",
|
"name":"home",
|
||||||
"label":"主页",
|
"label":"主页",
|
||||||
"url":"{{entire_url('public')}}"
|
"url":"{{entire_url('public')}}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name":"upapp",
|
||||||
|
"label":"上位系统",
|
||||||
|
"items":[
|
||||||
|
{
|
||||||
|
"name":"apikey",
|
||||||
|
"label":"我的apikey",
|
||||||
|
"url":"{{entire_url('/uapi/iupappkey')}}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name":"apiset",
|
||||||
|
"label":"接口集",
|
||||||
|
"url":"{{entire_url('/uapi/uapiset')}}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name":"upapp",
|
||||||
|
"label":"上位系统",
|
||||||
|
"url":"{{entire_url('/uapi/upapp')}}"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
{% if 'customer.customer' in roles %}
|
{% if 'customer.customer' in roles %}
|
||||||
,
|
,
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user