updated
This commit is contained in:
parent
10b0bb9997
commit
9c38122e4a
1 changed files with 2 additions and 2 deletions
|
|
@ -174,7 +174,7 @@ onMounted(async () => {
|
|||
{
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
uid: uid,
|
||||
Cookie: `uid=${uid};`,
|
||||
},
|
||||
withCredentials: true, // Include cookies with the request
|
||||
}
|
||||
|
|
@ -200,7 +200,7 @@ onMounted(async () => {
|
|||
if (location.hostname == "hrms.chin.in.th") {
|
||||
router.push("/sso");
|
||||
} else {
|
||||
window.location.href = `${config.API.URL_SSO}`;
|
||||
// window.location.href = `${config.API.URL_SSO}`;
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue