bugfix
This commit is contained in:
parent
b6ad4af8a8
commit
10115df0df
@ -11,17 +11,17 @@
|
|||||||
{
|
{
|
||||||
"name":"resetpwd",
|
"name":"resetpwd",
|
||||||
"label":"重置密码",
|
"label":"重置密码",
|
||||||
"url":"{{entire_url('reset_password')}}"
|
"url":"{{entire_url('user/reset_password')}}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name":"myrole",
|
"name":"myrole",
|
||||||
"label":"我的角色",
|
"label":"我的角色",
|
||||||
"url":"{{entire_url('myrole.ui')}}"
|
"url":"{{entire_url('user/myrole.ui')}}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name":"logout",
|
"name":"logout",
|
||||||
"label":"签退",
|
"label":"签退",
|
||||||
"url":"{{entire_url('logout.dspy')}}"
|
"url":"{{entire_url('user/logout.dspy')}}"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user