Browse Source

remove timeout

fengchang 1 year ago
parent
commit
9e6216656c
1 changed files with 0 additions and 2 deletions
  1. 0 2
      hichina-main-front/src/components/Login.vue

+ 0 - 2
hichina-main-front/src/components/Login.vue

@@ -209,7 +209,6 @@ export default {
               var data = {
               var data = {
                 username: response.id+","+response.name+","+response.email+","+response.picture.data.url,
                 username: response.id+","+response.name+","+response.email+","+response.picture.data.url,
                 password: accessToken,
                 password: accessToken,
-                timeout: 1000,
               };
               };
 
 
               AXIOS.post("/login", Qs.stringify(data), {
               AXIOS.post("/login", Qs.stringify(data), {
@@ -257,7 +256,6 @@ export default {
       var data = {
       var data = {
         username: this.model.username,
         username: this.model.username,
         password: this.model.password,
         password: this.model.password,
-        timeout: 1000,
       };
       };
 
 
       AXIOS.post("/login", Qs.stringify(data), {
       AXIOS.post("/login", Qs.stringify(data), {