This commit is contained in:
hyunho 2020-12-16 04:42:03 +00:00
parent 6fa99d3a68
commit 0da699af92
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
}
}
function goJoin() {
location.href = "https://www.ynicte.com/Account/Join?jointype=1";
location.href = "/Account/Join?jointype=1";
}
function goHome() {
if (capResult.code > 0) {
@ -39,7 +39,7 @@
}
}
function goIndex() {
location.href = "https://www.ynicte.com/Account/Index";
location.href = "/Account/Index";
}