This commit is contained in:
2023-06-04 23:15:37 +08:00
parent 587f078d21
commit bdbda8b68e
17 changed files with 31669 additions and 8427 deletions

View File

@@ -22,6 +22,7 @@ function createService() {
// HTTP response 拦截器
service.interceptors.response.use(
(response) => {
// 请求正确情况
if (
(response.headers["content-disposition"] ||
!/^application\/json/.test(response.headers["content-type"])) &&