浏览代码

Поправка таймаута

Book Pauk 2 年之前
父节点
当前提交
87f8567d93
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/components/Api/Api.vue

+ 1 - 1
client/components/Api/Api.vue

@@ -216,7 +216,7 @@ class Api {
     }
 
     async search(from, query) {
-        return await this.request({action: 'search', from, query});
+        return await this.request({action: 'search', from, query}, 30);
     }
 
     async getAuthorBookList(authorId) {