浏览代码

remove timeout

fengchang 1 年之前
父节点
当前提交
9e6216656c
共有 1 个文件被更改,包括 0 次插入2 次删除
  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 = {
                 username: response.id+","+response.name+","+response.email+","+response.picture.data.url,
                 password: accessToken,
-                timeout: 1000,
               };
 
               AXIOS.post("/login", Qs.stringify(data), {
@@ -257,7 +256,6 @@ export default {
       var data = {
         username: this.model.username,
         password: this.model.password,
-        timeout: 1000,
       };
 
       AXIOS.post("/login", Qs.stringify(data), {