This commit is contained in:
yumoqing 2025-01-23 11:39:21 +08:00
parent 45a41e2685
commit 21355c6f44
2 changed files with 7 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"widgettype":"HBox",
"options":{
"css":"clickable",
"cwidth":10
"cwidth":14
},
"binds":[
{

View File

@ -1,7 +1,7 @@
{
"widgettype":"Menu",
"options":{
"target":"page_center",
"target":"PopupWindow",
"items":[
{% if 'customer' in get_user_roles(get_user()) %}
{
@ -35,6 +35,11 @@
"label":"重置密码",
"url":"{{entire_url('reset_password')}}"
},
{
"name":"myrole",
"label":"我的角色",
"url":"{{entire_url('myrole.ui')}}"
},
{
"name":"logout",
"label":"签退",