mirror of
https://github.com/Karaka-Management/oms-Home.git
synced 2026-02-08 01:08:40 +00:00
fix logout uri NO_CIT
This commit is contained in:
parent
6a6bf9b654
commit
b6f930757d
|
|
@ -22,7 +22,7 @@
|
|||
"name": "Logout",
|
||||
"uri": "{/prefix}api/logout",
|
||||
"target": "self",
|
||||
"action": "[{\"key\": 1, \"listener\": \"click\", \"action\": [{\"key\": 1, \"type\": \"event.prevent\"}, {\"key\": 2, \"type\": \"message.request\", \"uri\": \"/api/logout\", \"method\": \"POST\", \"request_type\": \"raw\"}, {\"key\": 3, \"type\": \"dom.reload\"}]}]",
|
||||
"action": "[{\"key\": 1, \"listener\": \"click\", \"action\": [{\"key\": 1, \"type\": \"event.prevent\"}, {\"key\": 2, \"type\": \"message.request\", \"uri\": \"api/logout\", \"method\": \"POST\", \"request_type\": \"raw\"}, {\"key\": 3, \"type\": \"dom.reload\"}]}]",
|
||||
"icon": "fa fa-power-off",
|
||||
"order": 999,
|
||||
"from": "Home",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user