mirror of
https://github.com/schroinerxy/cloud-mail.git
synced 2026-06-21 19:35:50 +08:00
修复请求响应过慢
This commit is contained in:
@@ -51,9 +51,7 @@ http.interceptors.response.use((res) => {
|
||||
})
|
||||
reject(data)
|
||||
}
|
||||
setTimeout(() => {
|
||||
resolve(data.data)
|
||||
},1000)
|
||||
resolve(data.data)
|
||||
})
|
||||
},
|
||||
(error) => {
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -6,7 +6,7 @@
|
||||
<title></title>
|
||||
<link rel="icon" href="/assets/favicon-C5dAZutX.svg" type="image/svg+xml">
|
||||
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js" async defer></script>
|
||||
<script type="module" crossorigin src="/assets/index-B33pG0J-.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-DAWlF_Pu.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-GJlLLp1y.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user