bugfix
This commit is contained in:
parent
16b089bef5
commit
f3a86d6613
@ -30,7 +30,24 @@
|
|||||||
"url":"{{entire_url('/uapi/upapp')}}"
|
"url":"{{entire_url('/uapi/upapp')}}"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name":"downapps",
|
||||||
|
"label":"下位系统接口",
|
||||||
|
"items":[
|
||||||
|
{
|
||||||
|
"name":"downapp",
|
||||||
|
"label":"下位系统",
|
||||||
|
"url":"{{entire_url('/dapi/downapp')}}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name":"downapikey",
|
||||||
|
"label":"下位系统apikey",
|
||||||
|
"url":"{{entire_url('/dapi/downapikey')}}"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
{% if 'customer.customer' in roles %}
|
{% if 'customer.customer' in roles %}
|
||||||
,
|
,
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user