Browse Source

修改bug

eosgetdice12 5 năm trước cách đây
mục cha
commit
554c4111d5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      _src/api/http.js

+ 1 - 1
_src/api/http.js

@@ -36,7 +36,7 @@ ax.interceptors.request.use(
         return handleConfig(config)
       }
     } else {
-      return config
+      return handleConfig(config)
     }
   },
   error => {