|
@@ -16,7 +16,7 @@ const program = {
|
|
|
};
|
|
|
const whiteCodes = [200, 201, 4444]
|
|
|
|
|
|
-export const $http = (url, method, data, json, loadingBool = true) => {
|
|
|
+export const $http = (url, method, data, json, loadingBool = false) => {
|
|
|
//设置请求前拦截器
|
|
|
http.interceptor.request = (config) => {
|
|
|
if (loadingBool && url !== '/homepage/study') {
|