diff --git a/characters.html b/characters.html index e69de29..1a4fa7e 100644 --- a/characters.html +++ b/characters.html @@ -0,0 +1,34 @@ + + + + + + + + 所有角色 + + +
+ + + + + \ No newline at end of file diff --git a/login.html b/login.html index 1eea697..0751495 100644 --- a/login.html +++ b/login.html @@ -5,7 +5,7 @@ - Login + 登入
@@ -44,7 +44,9 @@ window.location.href = './index.html'; }) .catch(function(error) { - console.error('登录失败:', error); + const message = error.response.data.message; + alert('登入失敗'); + //console.error('登入失敗:', error); }); } diff --git a/register.html b/register.html new file mode 100644 index 0000000..53e4ca4 --- /dev/null +++ b/register.html @@ -0,0 +1,54 @@ + + + + + + + + 註冊 + + + + +

+

+

+
+ + + + + + \ No newline at end of file