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