Remove context.TODO()

This commit is contained in:
cuigh
2022-01-06 16:54:14 +08:00
parent 48fdc6e094
commit 29bf212edb
49 changed files with 1024 additions and 727 deletions

View File

@@ -19,7 +19,7 @@ class Ajax {
constructor() {
this.ajax = axios.create({
baseURL: import.meta.env.MODE === 'development' ? '/api' : '/api',
timeout: 10000,
timeout: 30000,
// withCredentials: true,
})