孙志雷 hace 6 años
padre
commit
8987f3df0c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -29,7 +29,7 @@
                 localStorage.setItem('userData', JSON.stringify(userData.data));
             },
             error: function (e) {
-                alert(e);
+                alert(JSON.stringify(e))
                 alert('已失效,请重新打开')
             }
         });