ci: 调整部署脚本

This commit is contained in:
2024-09-28 13:18:00 +08:00
parent 44ef90917f
commit 0acd4829c5
2 changed files with 5 additions and 4 deletions

View File

@@ -108,6 +108,7 @@ http.interceptors.response.use(
content: StatusCodeMessage[response.status] || '服务器暂时未响应,请刷新页面并重试。若无法解决,请联系管理员',
duration: 5 * 1000
})
console.log(response.status)
return Promise.reject(error)
}
)