log logout
This commit is contained in:
parent
da3f829f6f
commit
68ee66aed9
2 changed files with 7 additions and 3 deletions
|
|
@ -123,13 +123,14 @@ export default {
|
|||
* รายการคำร้องขอแก้ไขทะเบียนประวัติ
|
||||
*/
|
||||
requestEdit: `${orgProfile}/edit/`,
|
||||
requestEditByType:(type:string)=> `${orgProfile}${type}/edit/`,
|
||||
requestEditByType: (type: string) => `${orgProfile}${type}/edit/`,
|
||||
|
||||
/**
|
||||
* ข้อมูลการพัฒนารายบุคคล IDP
|
||||
*/
|
||||
requestDevelopmentEdit: `${orgProfile}/development-request/`,
|
||||
requestDevelopmentEditByType:(type:string)=> `${orgProfile}${type}/development-request/`,
|
||||
requestDevelopmentEditByType: (type: string) =>
|
||||
`${orgProfile}${type}/development-request/`,
|
||||
|
||||
/**
|
||||
* รายการเมนู
|
||||
|
|
@ -151,4 +152,6 @@ export default {
|
|||
`${workflow}/keycloak/isofficer/${type}`,
|
||||
|
||||
positionCondition: `${orgPos}/master/position-condition`,
|
||||
|
||||
keycloakLogSSO: `${organization}/keycloak/log/sso`,
|
||||
};
|
||||
|
|
|
|||
|
|
@ -418,7 +418,8 @@ const doLogout = () => {
|
|||
dialogConfirm(
|
||||
$q,
|
||||
async () => {
|
||||
logout();
|
||||
await http.post(config.API.keycloakLogSSO, { text: "ออกจากระบบ" });
|
||||
await logout();
|
||||
},
|
||||
"ยืนยันการออกจากระบบ",
|
||||
"ต้องการออกจากระบบใช่หรือไม่?"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue