Browse Source

fix js error

ming 3 năm trước cách đây
mục cha
commit
d93fc8fc96
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      api/templates/script_index.js

+ 0 - 1
api/templates/script_index.js

@@ -10,7 +10,6 @@ $("#btn_login").click(function () {
       responseOBJ = JSON.parse(xhr.responseText)
       // document.cookie = 'jwt_token='+responseOBJ.jwt_token    // access_token -> jwt_token
       document.cookie = 'jwt_token='+responseOBJ.access_token;
-      alert('登入成功')
       if (responseOBJ.access_token!=null)
       {
         Swal.fire({