no message

This commit is contained in:
xiaoronghao
2023-04-10 17:19:22 +08:00
parent 3000ff590b
commit e5df02f241
6 changed files with 102 additions and 38 deletions

View File

@@ -19,7 +19,7 @@ baseURL = {
const service = axios.create({
baseURL: baseURL.forum,
timeout: 5000
timeout: 15000
})
// 2.请求拦截器