Skip to content

Commit ae54264

Browse files
committed
modify: change href after login
1 parent 004f96a commit ae54264

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nginx/pages/index/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ const login = async () => {
1313

1414
// console.log(res);
1515
Swal.close();
16-
// window.location.href = "/dashboard";
17-
window.location.href = "../dashboard/index.html";
16+
window.location.href = "/dashboard";
17+
// window.location.href = "../dashboard/index.html";
1818
} catch (error) {
1919
await Swal.fire({
2020
title: "로그인 실패",

0 commit comments

Comments
 (0)