We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 004f96a commit ae54264Copy full SHA for ae54264
nginx/pages/index/index.js
@@ -13,8 +13,8 @@ const login = async () => {
13
14
// console.log(res);
15
Swal.close();
16
- // window.location.href = "/dashboard";
17
- window.location.href = "../dashboard/index.html";
+ window.location.href = "/dashboard";
+ // window.location.href = "../dashboard/index.html";
18
} catch (error) {
19
await Swal.fire({
20
title: "로그인 실패",
0 commit comments