added kadis login

This commit is contained in:
kicap1992
2022-11-28 02:09:33 +08:00
parent 83188d84c1
commit ed6fc1a179
26 changed files with 5809 additions and 30 deletions

View File

@ -54,7 +54,7 @@
}
}).then((result) => {
if (result) {
window.location.href = server_url + 'admin/logout';
window.location.href = server_url + 'kepaladinas/logout';
}
})
}