bugfix
This commit is contained in:
parent
20c35fc367
commit
4d4e5377cb
@ -3,11 +3,11 @@
|
|||||||
"widgettype":"Menu",
|
"widgettype":"Menu",
|
||||||
"options":{
|
"options":{
|
||||||
"items":[
|
"items":[
|
||||||
{% if 'customer.* in roles %}
|
{% if 'customer.*' in roles %}
|
||||||
{
|
{
|
||||||
"name":"myaccount",
|
"name":"myaccount",
|
||||||
"label":"我的帐务",
|
"label":"我的帐务",
|
||||||
"icon":"{{entire_url('/imgs/account.svg')}}",
|
"icon":"{{entire_url('imgs/account.svg')}}",
|
||||||
"url":"{{entire_url('myaccount.ui')}}"
|
"url":"{{entire_url('myaccount.ui')}}"
|
||||||
}
|
}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user