Skip to content

ajax 세션 체크 javascript 수정 #104

Open
@cheonjeongdae

Description

@cheonjeongdae

if(msg.errorCode === "user.session.empty") {
//alert(JS_MESSAGE[msg.errorCode]);
location.href = "/sign/signin";
return;
} else {
alert(JS_MESSAGE[msg.errorCode]);
console.log("---- " + msg.message);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions